Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a called form be made Modal on the fly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01313278
Message ID:
01313352
Vues:
10
Try the following lines:

Do Form MyForm Name oForm NoShow
oForm.Show(1)

Ben


>Thanks for your help.
>That seems to have done the job.
>regards,
>Gerard
>
>>>Hi.
>>>I have a form(which is normally Non Modal) but in one instance I call it from another form and I then want to make it modal.
>>>Anybody know if this can be done ?
>>>Regards,
>>>Gerard
>>
>>
>>oForm.Show(1)
>>
>>do form myForm name oForm
>>oForm.Hide()
>>oForm.Show(1)
>>
>>Cetin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform