Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding grid.column
Message
From
21/11/2001 06:36:33
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00584361
Message ID:
00584376
Views:
22
>Hi Jimmy,
>
>A more drastic method would be to remove the column completely...
>
>THISFORM.grd1.REMOVEOBJECT('Column1')
>
>Of course you'd have to rebuild the grid to get it back... or use the ADDOBJECT method and reset the grid column's ColumnOrder properties...
>
>THISFORM.grd1.ADDOBJECT('Column1',"Column")
>THISFORM.grd1.Column1.ColumnOrder = 1
>
>It does get rid of the thick vertical line though.
>
>Cheers,
>
>Ben

Thanks Ben,

If there's no other solution I think I will use .Columncount instead of Removeobject().

Thanks anyway for the suggestion :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform