Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release modeless form from menu
Message
From
11/08/1998 10:36:25
 
 
To
11/08/1998 10:28:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00125581
Message ID:
00125588
Views:
13
>I create modeless form with command:
>DO FORM myform NAME v_mydesktop LINKED
>This form is shown maximized in FoxPro app. When I select one menu item where run this procedure:
>RELEASE v_myform
>DO FORM myotherform NAME v_mydesktop LINKED
>My previous form (myform) is not release and new crash because previous for is not release.
>How can I solve this problem ?

Link your forms to app object property and then use this reference to release forms reliably:
DO FORM myform NAME oApp.myform LINKED
and later on
oApp.myform.release()
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform