Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check Chinese character
Message
 
À
10/12/2005 01:21:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01076842
Message ID:
01076903
Vues:
27
>for some textbox, I need to disallow user input chinese character,
>How can i detect it ??
>thanks in advance.
I am not sure about Chinese, but for Bulgarian is:
In KeyPress Event of the TextBox put:
LPARAMETERS nKeyCode, nShiftCtrlAlt
IF nKeyCode > 122 && Or whatever code it is
   NODEFAULT
   RETURN
ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform