Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing KeyPress value
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00046080
Message ID:
00046318
Vues:
26
>Nodefault and stuffing the keyboard buffer works fine. Strange way to "eat my sandwich" but it does the job. Looks like MS would have provided a way to pass a different value back to the object directly from within the keypress event. Many thanks for the help.

Mike,

If you must do it that way then here's an experiment to try, in the Keypress;

IF nKeyCode =
NODEFAULT
nKeyCode = ASC("")
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform