Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing/setting grid recordsource on the fly
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00735248
Message ID:
00735264
Views:
8
Ashley, you might try the following in the Page3.Activate()

THIS.grdRequirements.RecordSource = SPACE(0) && Clears current setting

Run query

THIS.grdRequirements.RecordSource = "ResultCursor"

Since 1-Alias is the default for the RecordSourceType property, it isn't necessary to specify it.

John
Previous
Reply
Map
View

Click here to load this message in the networking platform