Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid not showing all fields
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00508024
Message ID:
00509030
Views:
28
Nick,
Grids are touchy (as if you didn't know). Whenever you're changing the recordsource, column count, etc., always
thisform.MyGrid.recordsource = ""
..  Stuff that affects the grid
thisform.MyGrid.recordsource = "MyTable"
If you've had the columncount set to 2 then expand to 5 you will have to reset the header captions and other properties on the 'new' columns.

>Thanks for responding. Sure enough the column count was set to 2. I set the columncount to -1 and the grid goes blank with no columns. Next I set the column count to like 5 and I saw 2 columns (as before) with information and 3 columns that said Header1. Do you think that having a combobox on the same form is affecting my grid?
>
>Thanks
>Nick Patel
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform