Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00130683
Message ID:
00130687
Views:
13
If form2 is not modal, you can DO FORM Form2, then use THISFORM.Release() to close the current form. If Form2 is modal, Form1 will wait until Form2 is closed to continue execution. In this case you can do this to make the user think that Form1 is closing when Form2 starts:
THISFORM.Hide()
DO FORM Form2
THISFORM.Release()
>Can you a form(form1) issue a command such as 'do form form2' and have form1 be released simultaneously?
Previous
Reply
Map
View

Click here to load this message in the networking platform