Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object.CLICK how do dynaically write to.
Message
From
14/04/1998 10:23:16
 
 
To
14/04/1998 10:19:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00091709
Message ID:
00091758
Views:
19
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform