Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recursive method
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00566186
Message ID:
00566219
Vues:
17
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform