Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is this tip again with the grid?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00573503
Message ID:
00573509
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>I need to change the record source of the grid. But this grid has 20 fields and I do not whant to reset the 20 fields.
>
>What is the trip to do this again?

Set grid recorsource to the empty string, recreate cursor and set recordsource back to the cursor
THISFORM.grdfind.RECORDSOURCE = ""
* Recreate cursor here
THISFORM.grdfind.RECORDSOURCE = THIS.ccursorname
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform