Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding a column in a grid
Message
From
30/03/2004 09:49:22
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00890763
Message ID:
00890766
Views:
21
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform