Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
KeyPress Event
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00080369
Message ID:
00080398
Vues:
30
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform