Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release popup
Message
From
01/02/2002 09:45:53
 
 
To
01/02/2002 09:15:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00613925
Message ID:
00613981
Views:
15
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
Previous
Reply
Map
View

Click here to load this message in the networking platform