Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a Checkbox to a Grid in program
Message
De
25/09/1998 19:20:11
 
 
À
25/09/1998 01:27:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00140283
Message ID:
00141064
Vues:
34
Thanks Cetin, I used the .columns stuff and it worked just great.

Thanks for the help...

You ought to see what it is taking to print a PM Work Order < G >.

>Ohhh,it's just there for generating a new local aliasname. It was my laziness I derived the code from one of my class codes and didn't touch that part.

>>> .recordsource = lcAliasName
>>> .columns(1).addobject("Check1","Checkbox")
>>> .columns(1).currentcontrol = "Check1"
>>> .columns(1).Check1.caption = ""
>>> .columns(1).Check1.visible = .t.
>>> .columns(1).sparse = .f.
>>>endwithCetin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform