Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid's column in a fixed position
Message
De
03/11/1997 09:23:27
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00057954
Message ID:
00057961
Vues:
30
>Hi to all,
>
>In my grid I use the 1st column internal use like to mark the selected record for a operation, so I want tha t this column is always the 1st.
>I put the Movable property of the column to .F. but I've noticed that if I move the 3rd column (Movable = .T.) in the 1st position my column shift in 2nd position.
>What I've to do to have my column always in 1st position and should move the other columns ?
>
>Thanks,

All other columns should have in their Moved event:
if this.columnorder=1
this.columnorder=2
endif
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform