Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requerying a grid control
Message
From
05/12/2005 12:39:47
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01074269
Message ID:
01074996
Views:
22
>Ok, its as simple as that.
>
>Many thanks
>
>Robin :)

This means you have to rebuild the grid, since you will lose the recordsource for a short while. To avoid this
Select * from ** into cursor tempcursor nofilter
Select yourcursor
ZAP
append from dbf('tempcursor')
>
>>>Ok, how do I refresh a cursor in my grid then?
>>>
>>Issue the commands that created the cursor again.
Previous
Reply
Map
View

Click here to load this message in the networking platform