Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a method with on key label
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00105457
Message ID:
00105461
Views:
33
>How do you call a method of a control with the ON KEY LABEL command? i.e: ON KEY LABEL CTRL+A this.selectall

It can be this way:

ON KEY LABEL COMMAND DO myproc

PROCEDURE myproc
MyformName.ObjectName.MethodName()
RETURN
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform