Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Release popup
Message
 
 
À
01/02/2002 09:15:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00613925
Message ID:
00613981
Vues:
16
Strangely, now it works, also with the EXTENDED.
I do not know what happened.

Thanks anyway.

>Try leaving off EXTENDED. It works for me and release the popup from memory.
>
>PRE
>define popup greg
>?popup("greg") && shows .t.
>deactivate popup greg
>?popup("greg") && shows .t.
>release popups greg
>?popup("greg") && shows .f.
>/PRE
>
>Greg
>
>
>>Hello,
>>
>>I have trouble releasing a popup.
>>I define a popup, and then I can check whether the popup is in memory:
>>
>>?POPUP("GetClasses") && returns .T.
>>
>>In order to release the menu I tried:
>>
>>RELEASE POPUPS GetClasses EXTENDED
>>?POPUP("GetClasses") && still returns .T.
>>DEACTIVATE POPUP GetClasses
>>RELEASE POPUPS GetClasses EXTENDED
>>?POPUP("GetClasses") && still returns .T.
>>
>>What is the way to get finally rid of that beast (without restarting FoxPro)?Thanks for your help in advance!
Christian Isberner
Software Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform