Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object.CLICK how do dynaically write to.
Message
De
14/04/1998 10:23:16
 
 
À
14/04/1998 10:19:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00091709
Message ID:
00091758
Vues:
20
>>I am having trouble trying to dynaically write to the object.click method... Is there anyway to do this using a procedure command.
>>
>>
>>Thanks.
>
>Nope. Can't write method code at runtime. You can use macro substitution though.
>
>thisform.runcommand = "Messagebox('Substituted code')"
>
>cmd.click
>&thisform.runcommand

Actually need to modify above to read:

cmd.click
lcCommand = thisform.runcommand
&lcCommand
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform