Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving Columns in a grid
Message
 
À
17/11/2003 11:41:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00850668
Message ID:
00850671
Vues:
21
Bob,

You can rearange the order of columns in a gread by using the
.ColumnOrder property on a column
With MyGrid
   .Column3.ColumnOrder = 2
   .Column2.ColumnOrder = 3
EndWith
Cheers,

Zoran

>Is there an easy way to rearrange the order of columns in a grid? i.e., You have an existing grid with 4 columns, you want the existing Column 3 to be Column 2., etc.
>
>Thanks.
>
>Bob Bartel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform