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

Click here to load this message in the networking platform