Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can execute a button click method without showing the fo
Message
From
25/09/2019 06:43:13
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01671046
Message ID:
01671104
Views:
86
>>>It will take me 10 years to refactor all places where I have code in the event method (e.g. cmdSave.click()) :)
>>
>>Start with the ones where you're calling that code from elsewhere. There should never be calls to event methods.
>>
>>Tamar
>
>Just to clarify, when you are saying "never be calls to event method", you mean never code like this?
>
>*-- Some procedure or a method calling the click of a button:
>SomForm.cmdSomeButton.Click()
>
Yes, that's what I mean. If you find yourself writing code that calls Click or KeyPress or GotFocus or ..., that code belongs in a method that's called from the event and from whatever the other place is.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform