Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending click with on key label
Message
De
06/07/1999 21:16:03
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00238053
Message ID:
00238057
Vues:
13
Trap the function key in the form KeyPress() event.
DO CASE
CASE nKeyCode = -1 && F2
   cmdSomeButton.Click()
...
ENDCASE
HTH

>I need to send a click to a button when a function key is pressed, i've tested on key label, but it produces an error when i press the function key. What can i do?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform