Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form A and Form B
Message
De
31/07/2010 18:42:34
 
 
À
31/07/2010 18:19:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01474760
Message ID:
01474761
Vues:
45
>With help last week from Naomi and Hilmar I am able to check for the existence of form b (called from form a) and close it from
>form a. (See Thread 1473802)
>Now I'd like to execute a method in Form B called from an event in Form A. Is that possible?

DO FORM MyFirstForm NAME oMyFirstForm LINKED

DO FORM MySecondForm NAME OMySecondForm LINKED

* from any method in MyFirstForm execute this

IF vartype(oMySecondForm) = 'O'
oMySecondForm.MyMethodInSecondForm()
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform