Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting ColumnOrder of a grid with ColumnCount set to -1
Message
De
08/08/1997 13:49:16
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00043749
Message ID:
00043751
Vues:
31
>Is there a way to change the ColumnOrder of a grid when the number of columns is unknown until runtime?
>
>I guess a related question might be: Is there a way to programmatically change the order of table fields so that a grid with ColumnCount set to -1 would reorder itself?
>
>Any advice about grids would be greatly appreciated.
>
>Thanks,
>
>Steve

Resetting ColumnOrder property in code for particular column, you force it to change its relative position within a grid (even if ColumnCount=-1). Try to fire code like: Thisform.Grid1.Column1.ColumnOrder=3, and you will see immediate results (it's always helpful to issue Thisform.Grid1.Refresh too).
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform