Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Communication link failure
Message
De
24/09/1999 13:02:07
Weizi Wang
U-Haul International
Phoenix, Arizona, États-Unis
 
 
À
24/09/1999 12:55:29
Weizi Wang
U-Haul International
Phoenix, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00267846
Message ID:
00268589
Vues:
25
>>Is that a VFP error or one specific to your application?
>>
>>-Mike
>>
>>>I use vfp6.0 as front-end and SQL 7.0 as back-end. When I try to open a remote view in my program, I receive a error say "Commmunication link failure". sometimes. If I quit application, then run exe. again, it is working fine. Can anyone tell me what may cause this problem and how to fix ?
>>>
>>>
>>>Weizi

It is VFP error. I track error by using aerror(laerror).

e.g.,

.....
.....
on error llretval = .f.
llretval = .t.
if not used('v_remoteview')
use v_remoteview in 0
endif
if !llretval
=aerror(laerror)
wait window laerror[2]
endif
.....
.....

Weizi
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform