Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding a column in a grid
Message
De
30/03/2004 09:49:22
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00890763
Message ID:
00890766
Vues:
20
This message has been marked as a message which has helped to the initial question of the thread.
Hi Colin!

>How do I hide a column in a grid?
>If I use thisform.grid2.column1.visible=.F. the contents are hidden but the grid column is still there
>Thanks
>Colin

Try too:
thisform.grid2.column1.Width = 0
* Or if you don't need of the column
thisform.grid2.RemoveObject([column1)
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform