Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I use the F10 key !!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00174739
Message ID:
00174812
Vues:
32
Ken,

Shift-F10 isn't a good substitute because it's the ContextMenu shortcut key, and I think what fires on the Win95 keyboard for the menu shortcut key. And the KeyCode is 93 instead of 96. My cForm.KeyPress() calls this.RightClick()

>Another workaround for this would be to redefine the F10 with an OKL. This way, it can be trapped for in the KeyPress event of the form (using the new key):
>
>*Form.Init
>on key label f10 keyboard '{SHIFT+F10}'
>
>*KeyPress Event
>if nKeycode = 96
>    wait window 'F10 was pressed' nowait
>    nodefault
>endif
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform