Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive method
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566186
Message ID:
00566219
Views:
14
>Hi Chris,
>Calling the click method only runs the code in that method, it does not trigger the Click event - which could make the process recursive.
>
>The "method" call is recursive:
>thisform.btn.click calls
>thisform.recursive() method
>which calls thisform.btn.click.

Just as a pointer, but it would be better to have thisform.recursive() call itself, than calling the click event again. One less call stack.
- Erik Niese-Petersen

Crazy Dane in USA.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform