Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DEFINE POPUP Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
DEFINE POPUP Question
Divers
Thread ID:
00239112
Message ID:
00239112
Vues:
67
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?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform