Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make two forms work
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00930137
Message ID:
00930329
Vues:
11
>The reference to the 2nd form object is a property of the 1st form.

The following code in the parent form's Activate() method will return control to the child form. (Assume the property that hold the reference to the second form is oChildForm.)

IF VARTYPE(THIS.oChildForm)='O'
     ACTIVATE WINDOW (THIS.oChildForm.Name)
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform