Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deactivating a form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00348242
Message ID:
00348249
Views:
24
Create the form in a class and make it non-modal. Then instantiate the form class and remove it at your leisure, For example:-

loForm = CreateObject("MyFormClass")

if vartype(loForm) $ "O"
loForm.Show()


*!* Long process.....

loForm.Release()
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform