Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid not showing all fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00508024
Message ID:
00509030
Vues:
29
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform