Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validing Keystrokes in an Input field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00317341
Message ID:
00317540
Vues:
12
>Valid Characters are in are "ABCD12340.()+"
Mathias,

In the KeyPress put this code;
IF NOT CHR(nKeyCode) $ "ABCD!@#$).()+"
   ?CHR(7)   && Beep
   NODEFAULT && Ignore key stroke
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform