Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refresh Help
Message
From
24/07/1998 17:27:53
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00121195
Message ID:
00121216
Views:
19
>>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

I use the view inside a form. But when i call the form it gives me an error (doesn't find data). But when I call it for the second time it shows with no problem.

Any idea why this is happening
Sergio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform