Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal forms
Message
De
15/06/1999 14:40:13
 
 
À
15/06/1999 14:19:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00230078
Message ID:
00230094
Vues:
26
>Hi
>
>I have a prg file and a form. I exceute a
>
>do form myForm noshow name oForm
>oForm.Show (1)
>
>in my prg code.
>
>I made the form 'modal' and 'as top level window'.
>
>The execution of the prg file does not stop where I run the form. It continues on. How do I stop the execution of the prg at the form running and continue when the form returns.
>
>Thanx
>Gnana

Top level forms are modeless by default, so declaring it "modal" has no effect. You can simulate modality by setting the form properties "modal", "Show in top level form" and "Desktop" = .T.. Usually though, a top level form should be modeless ( at least according to most of the developers I've read ).

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform