Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Modal form class
Message
De
07/04/2003 13:47:15
 
 
À
25/03/2003 19:11:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00769902
Message ID:
00774801
Vues:
19
Thanks a lot.

It is working now.

Oscar

>Hi Oscar.
>What Steve says is correct. The Show method is what stops the process from continuing.
>
>thisform.oForm = CreateObject(“MyFormClass”, Param1, Param2).
>thisform.show &&&** when you want to process the form's reads.
>
>Regards.
>
>>I created a form class with windowtype = 1 (modal).
>>
>>I´m issuing thisform.oForm = CreateObject(“MyFormClass”, Param1, Param2) in order to launch it.
>>
>>The init of the form class contains the code to make it visible: this.visible = .t.
>>
>>However, the statements after the CreateObject are executed immediately (not the usual modal form behavior).
>>
>>How can I obtain the behavior expected of not to execute any next line(s) until the modal form has been released?
>>
>>Thanks in advance
>>
>>Oscar Corte
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform