Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Class in grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01219485
Message ID:
01219487
Vues:
9
>How do I make to insert a class inside a grid, and to remove Text1?

Manually or programmatically?

If 1:

Select grid, edit, select column you want, on the toolbar click on the desired class. Then go to the properties sheet, select text1, click on form's titlebar and press delete.

Programmatically in run-time:
thisform.grd.Column1.RemoveObject('text1')
thisform.grd.Column1.AddObject('edit1','editbox')
thisform.grd.Column1.edit1.visible = .t.
thisform.grd.Column1.sparse = .f.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform