Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call a modal form from a top-level form
Message
De
21/09/1999 13:04:48
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to call a modal form from a top-level form
Divers
Thread ID:
00267205
Message ID:
00267205
Vues:
57
I have a top-level form that need to call another form, stored as a class. The second form should be modal.

With ShowWindow = 0 - In screen, the form is displayed in the hidden VFP main screen.

With ShowWindow = 1 - In Top-Level form, it show in the first form, but since the second one is bigger than the first, I see only part of it.

With ShowWindow = 2 - As Top-Level form, it display and close by itself, ignoring the WindowType = 1 - Modal and the oForm.Show(1) call.

Should I use ShowWindow = 1 and resize the first form accordingly or is there something I missed? Why the form doesn't respect the Modal setting with ShowWindow = 3?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform