Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid under container
Message
From
03/04/2006 02:46:10
 
 
To
31/03/2006 15:58:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01109671
Message ID:
01109856
Views:
16
I never really had a problem with this. Here is how I do it so you can try it as well:

select MyCursor
go top

thisform.GRD.recordsource = 'MyCursor'

thisform.GRD.COLUMN1.controlsource = 'MyCursor.column1'
thisform.GRD.COLUMN2.controlsource = 'MyCursor.column2'

keep going like so for all of the columns....

thisform.GRD.refresh()

Give it a try.....
Previous
Reply
Map
View

Click here to load this message in the networking platform