Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DEFINE POPUP Question
Message
De
08/07/1999 17:30:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00239112
Message ID:
00239114
Vues:
18
>I have a label class with the following in the click event:
>
>DEFINE POPUP Shortcuts FROM MROW(), MCOL() SHORTCUT
>
>DEFINE BAR 1 OF Shortcuts PROMPT "January"
>DEFINE BAR 2 OF Shortcuts PROMPT "Februay"
>.
>.
>DEFINE BAR 12 OF Shortcuts PROMPT "December"
>
>ON SELECTION POPUP ShortCuts oShortcuts.RunCommands()
>
>
>I would like to put the ON SELECTION commands in the
>class so I can just drop it onto a container.
>
>How do I set it up so that the commands can be contained
>in the label class? Right now I have a public object called
>oShortcuts which handles all my ON SELECTION code, but
>the code is then in a separate object.
>
>Any thoughts?

Make a lblmenu class and place that code in its click event.

Dan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform