Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communication link failure
Message
From
24/09/1999 13:02:07
 
 
To
24/09/1999 12:55:29
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00267846
Message ID:
00268589
Views:
26
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform