Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Addobject with grid
Message
From
13/04/2006 15:53:58
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01113569
Message ID:
01113588
Views:
15
Thanks Borislav, but I don't want to add a table to the recordsource.
thisform.ogrid.RecordSource = ""
If I do this it will still retrieve the propeties of the
current alias. I thought this was odd behavior.
I can just do like you said, when I know what table to
use..
thanks

>You must set Grid RecordSource
thisform.AddObject([oGrid],[Grid])
thisform.oGrid.recordSource =[MyTable]
thisform.oGrid.Refresh()
thisform.oGrid.Visible = .t.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform