Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using ON KEY LABEL in FORMS
Message
 
À
10/11/1998 05:22:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00156063
Message ID:
00156066
Vues:
34
>ON KEY LABEL F2 DO showmykey

Bernard,

Set the form's KeyPreview to .T. and in the form's Keypress put this code;
IF nKey = -1
   THISFORM.ShowKeys()
   NODEFAULT
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform