Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Releasing forms
Message
De
20/10/2001 11:49:08
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00570083
Message ID:
00571320
Vues:
25
Hi Kevin

Try this :


- In form 1, Click's event for the button who calls form 2

Do Form Form2 To nOption
If nOption = 3
Do Form Form3
ThisForm.Release()
EndIf

- In form 2, Click's event for the button who calls form 3

ThisForm.nOption = 3
ThisForm.Release()

In form 3, Click'2 event for the exit button

ThisForm.nOption = 1
ThisForm.Release()

remember to create a nOption property in form 2

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform