Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
KeyPress Event
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00080369
Message ID:
00080398
Views:
26
>Thanks for that.
Steve,

DO NOT use OKL's they are intercommand interrupts and they will break into running code. OKL's should only be used when you intend to interrupt running code with them. The Keypress is the way to go.

Check for the Ctrl key and when you process one of your keystrokes issue a NODEFAULT to prevent that keystroke from being processed by VFP.

DO CASE
CASE ...
Do something
NODEFAULT
...
ENDCASE
Previous
Reply
Map
View

Click here to load this message in the networking platform