Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
NKeycode
Message
De
25/04/2002 20:13:40
Mike Smith
Doncaster Office Services
Oakville, Ontario, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
NKeycode
Divers
Thread ID:
00649430
Message ID:
00649430
Vues:
42
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform