Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting shortcuts via the function keys
Message
 
 
À
28/02/2005 16:14:46
Brian O'Donovan
Crescent Computers
Cork, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00991360
Message ID:
00991374
Vues:
20
>Thanks Mark, I tried that. It works fine. Any idea on how to set shortcuts to the function keys ?

In addition to what Hilmar said, intercepting the function key keystrokes, see the INKEY() topic in VFP Help for a list of the codes for each of the function keys. You can trap for these codes in the KeyPress method of your form. Then based on the value of the code, you can call the click of the appropriate button or just issue a DODEFAULT(nKeyCode, nShiftAltCtrl).
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform