Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Data?
Message
From
24/01/2001 11:31:45
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00467894
Message ID:
00467920
Views:
12
>>>>In have an app in vfp60 that works on the network. I need to refresh data
>>>>from time to time so the user can see uptodate information. What is the call
>>>>to REFRESH DATA?
>>>
>>>=refresh()
>>Hi James,
>>Having problems...=refresh() is not working. I am getting an error message
>>saying "No update tables are specified. Use the Table property of the Cursor."
>
>Are you using an updateable view? If not, you will need to requery the view:
>=requery()
>
>There are differences between the two functions, which are explained in the help. Basically, the requery() returns all the data for a view, and the refresh() reexecutes the query on which the view is based. With the refresh() function, you have the option of refreshing the data for particular set of rows. Generally, requery() is a lot faster.
----
I am just using vfp tables. On one computer, I have the program up and running and I will make a change to the fld value. I would like to see this change show up on another computer that also has the program up and running and.
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform