Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WriteMethod at Runtime
Message
De
08/03/2010 07:02:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
WriteMethod at Runtime
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01453138
Message ID:
01453138
Vues:
137
Hi all...

I add CheckBox by code like this
this.NewObject("chkDia", "CheckBox")
On InteractiveChange of this.chkDia I need to execute a code. Can I add code into InteractiveChange method at runtime?...

like this
Text to lsCode textmerge noshow pretext 1
  MessageBox("this.chkDia is changed")
EndText
this.chkDia.InsertCode("InteractiveChange", lsCode)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform