Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NKeycode
Message
De
25/04/2002 20:26:40
 
 
À
25/04/2002 20:13:40
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00649430
Message ID:
00649433
Vues:
19
>When I use nKeycode, I usually use it to permit Function Keys to do something, and it works fine.
>
>Now I would like to be able to get CTRL+F to do something.
>
>The Inkey value for CTRL+F is 6.
>
>In my nKeycode I have:
>
>IF NKEYCODE = 6 OR NKEYCODE = -4 && (CTRL+F) OR F5
>DO FORM FINDBOX
>ENDIF
>
>If I press CTRL+F, nothing happens. If I press F5 it works.
>
>Is there a special routine for getting something like CTRL+F to work?
>
>Mike Smith

Make sure you have no ON KEY LABELs or active menus that have CTRL+F defined as a hotkey.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform