Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suggestions on Requery()
Message
From
15/09/1999 13:24:16
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00265043
Message ID:
00265088
Views:
21
>I have a multi-user form that is accessing a table via a remote view. The remote view is displayed on the form using the grid control. The users that have the form active need to know when data is changed continuously. I was thinking of putting a timer control with a requery() command in it. What are your suggestions in this matter. Thanks in advance.

That depends on if the users are changing the data on that form. If so, then a timer firing a REQUERY will give you uncommitted changes errors. But if the view is always clean, this should work fine. Just balance out the importance of the frequency of the updates with network traffic concerns when you decide how to set the timer's interval.
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform