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

Click here to load this message in the networking platform