Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting record source in grid
Message
From
17/02/2006 17:59:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Setting record source in grid
Miscellaneous
Thread ID:
01097227
Message ID:
01097227
Views:
60
Suppose there is a form with a grid and a combobox that opens with no tables open. The user types the name of a file into a textbox and clicks a button to open the file. As in

lcFileToOpen = txtbox.value
use (lcFileToOpen) in 0 alias currenttable

Then we issue:

thisform.grid1.recordsource = currenttable
thisform.grid1.init
thisform.grid1.refresh

but nothing happens.

So my question is: How do you dynamically set a source table for a grid?

As always, Thanks for any help on this one.
Next
Reply
Map
View

Click here to load this message in the networking platform