Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Release modeless form from menu
Message
De
11/08/1998 10:36:25
 
 
À
11/08/1998 10:28:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00125581
Message ID:
00125588
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform