Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide a column on grid
Message
From
11/12/1998 07:30:51
 
 
To
11/12/1998 07:25:53
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00166469
Message ID:
00166470
Views:
29
>Help me, world!
>I cannot delete a column of grid, this is why I decide to hide it by setting following column's properties:
>width=0
>enabled=.f.
>wisible=.f.
>In run time I see blank column. :((((. Why?

Vladimir,

Are you trying to delete the column for good during the life time of the form? If so, why not use the REMOVEOBJECT method of the grid?

Grid1.RemoveObject( 'Column1')

HTH
regards

Ian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform