Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grids problem
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01157960
Message ID:
01157960
Views:
79
I've done the following since VFP7 and it has always worked. Now it sometimes doesn't. The error I'm getting is that the first column doesn't exist where prior to the RecordSource being set to '' it did.

1. I set up my grid (including columns, etc) without a recordsource (almost all of them are this way)
2. I have a populate method on my grid to be called that executes a query that sets up the sorting etc and attaches the recordsource to the grid.
3. In this Populate method, I do the following:
this.Recordsource = ''
{Execute sql statement here}
this.RecordSource = 'MyCursor'

{reset Controlsources for Columns}
this.Refresh()
Now most of my grids still work, but I'm having a few that refuse to follow. I've checked everything to ensure that the problematic ones are setup the same as the ones that work. No differences except columns. I'm trying to avoid redoing the problematic grids.

TIA

Richard
State of Florida, DCF
Next
Reply
Map
View

Click here to load this message in the networking platform