Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setall to method ?
Message
De
31/07/2000 16:09:08
 
 
À
31/07/2000 04:17:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00398692
Message ID:
00398980
Vues:
19
Why not try this.

Create a Property on the form...let say. CallThisFunction

The set the property to the function you want to call

eg.. ThisForm.CallThisFunction = "ThisForm.Function1()" or
ThisForm.CallThisFunction = "ThisForm.Function2()" or
ThisForm.CallThisFunction = "ThisForm.Function3()"

In All the pages activate method...put this code.

lFunction = ThisForm.CallThisFunction

&lFunction ..will execute whatever method is currently assigned to ThisForm.CallThisFunction

Carl
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform