Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Recursive method
Message
 
To
09/10/2001 16:41:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566186
Message ID:
00566216
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.
Doru
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform