Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide a column on grid
Message
De
11/12/1998 07:30:51
 
 
À
11/12/1998 07:25:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00166469
Message ID:
00166470
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform