Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Popup Doesn't Close
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01130251
Message ID:
01130261
Views:
18
That's the way popup works. You can either use Shortcut menu or you'll have to release popup
* Shortcut menu 
DEFINE POPUP popMonths SHORTCUT FROM MROW(), MCOL() MARGIN
...
* release popup
    ON SELECTION POPUP popMonths DEACTIVATE POPUP popMonths  
    ACTIVATE POPUP popMonths
    ? BAR()

	RELEASE POPUP popMonths
...
>In a label I have:
>
>This.Parent.MonthClicked(This.Parent)
>
>
>
>and in the MonthClicked routine I have:
>
<snip>
>
>When a bar is selected, the code in the MonthSelected routine runs, but the popup stays
>open. What gives?
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform