Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEFINE POPUP Question
Message
From
08/07/1999 17:30:54
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00239112
Message ID:
00239114
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform