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 08:06:26
 
 
To
25/09/2019 06:43:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01671046
Message ID:
01671108
Views:
63
>>>>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.

Why do you say that, Tamar? The code is encapsulated in the .click() event. Why create a new custom method and call that method from .click() and the place where you would use someForm.cmdSomeButton.click()? Why not keep it in .click() and call it there?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform