Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Popup Doesn't Close
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01130251
Message ID:
01130261
Vues:
20
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform