Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Chinese character
Message
 
To
10/12/2005 01:21:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01076842
Message ID:
01076903
Views:
26
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform