Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a called form be made Modal on the fly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01313278
Message ID:
01313352
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform