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:
00735481
Views:
8
Try following:
this.grdRequirements.recordsource = ""
this.grdRequirements.recordsourcetype = 1
thisform.grdRequirements.ColumnCount=-1
this.grdRequirements.recordsource = "csrRequiredClasess"


That ended up just showing a blank screen?? It really shouldn't be this hard. I decided for now to created another form that holds the desired grid and then just call do form frmWithGrid when I was ready.

Thanks for the advice, though, I am sure I will revisit this one.

Kevin

Kevin
Kevin Emmrich
www.jkt9000.com
Previous
Reply
Map
View

Click here to load this message in the networking platform