Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Help
Message
 
To
24/07/1998 16:50:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00121195
Message ID:
00121207
Views:
17
>I have a view I created but How do I refresh it, in other words; how does the refresh() command work

Sergio, It depends on what you are doing.
In most cases with the views you issue REQUERY() which runs the View SELECT statement again. It discards current View cursor and creates the new one.
The REFRESH() function may be used for the updateable views to refresh the values from original tables only for those records which were not updated in the view.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform