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

Click here to load this message in the networking platform