Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting Data Source in a Grid
Message
 
 
To
19/12/2001 17:18:49
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00596491
Message ID:
00596495
Views:
32
>I have a form that I'm building a temporary talbe in the init method. I want to set the data source for a 4 row grid for the tmeporary table. Can anyone assist?

You can't reference the table/cursor before it is created, so blank out the recordsource property of the grid.
After building the cursor, set the grid's recordsource to your cursor using the following.
THISFORM.grid1.recordsource = "cData"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform