Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote views do not refresh automatically
Message
 
To
29/05/2003 10:08:39
Raoshan Kumar
Softinfo Systems Pvt. Ltd.
New Delhi, India
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00793904
Message ID:
00793919
Views:
31
You could use the REQUERY([nWorkArea | cTableAlias]) in order to refresh the data in the View

IF Requery('MyRemoteView') = 1
? 'succesfull'
ELSE
? 'Requery failed'
ENDIF



>Thanks for the tip,
>
>But how do I requery a view if it is already open in running form.
>
>I require some more help about it, I'm just a kid in Client Server apps.
>
>Raoshan
Previous
Reply
Map
View

Click here to load this message in the networking platform