Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding Method code to object programmatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Adding Method code to object programmatically
Divers
Thread ID:
00185271
Message ID:
00185271
Vues:
49
Hi,

In the init of a grid I have the following code:
this.column1.AddObject("chk1","checkbox")
this.column1.currentcontrol = "chk1"
this.column1.sparse = .f.
this.column1.chk1.visible = .t.
this.column1.chk1.caption = ""
I now want to add code to the InteractiveChange method of this checkbox. How do I go about doing this?

Thanks,
Paul
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform