Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Add check box to grid using coding
Message
De
30/11/2004 23:57:27
 
 
À
30/11/2004 23:46:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00965965
Message ID:
00965966
Vues:
8
Hi,

Try:
WITH THISFORM.myGrid.Column(n)
    .Addobject("myCheckBox", "CheckBox")
    .CurrentControl = "myCheckBox"    
    .Sparse = .F.
ENDWITH
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform