Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why can't I programmatically call click?
Message
From
19/04/2005 15:28:19
 
 
To
19/04/2005 15:06:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01006320
Message ID:
01006332
Views:
17
This message has been marked as a message which has helped to the initial question of the thread.
Hi Dennis,

A good technique is to NOT place functional code in events bot only call a method from an event. like this.
Button::Click
thisform.doSomethingOfValue()

Form::DoSomethingOfValue
this = that
something = this * 3
...
return IfItIsOk
Doing form programming this way you never need to "CALL" an event but rather need only call the method.

Glenn


>In my form I have a command button in a container.
>
>I need to call click programmatically so I do the following:
>
>thisform.container.CmdButton.Click()
>
>But the weird thing is that the code is not executed. I checked in the debugger and that line is just ignored.
>
>What's wrong here?
Previous
Reply
Map
View

Click here to load this message in the networking platform