Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unexpected Behavior Adding Grid Columns as Listed in Tab
Message
 
À
23/07/2000 16:35:13
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00396007
Message ID:
00396011
Vues:
14
Try Changing

.COLUMNS(GridColumns.ColumnNo).Header1.CAPTION = ;
GridColumns.ColumnName

To the following :

.COLUMNS(.ColumnCount).Header1.CAPTION = ;
GridColumns.ColumnName

ie replace GridColumns.ColumnNo, with .ColumnCount in each instance after the Column is added as you are not in Control of the ColumnNo assigned.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform