Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upper Case for Text input

Status
Not open for further replies.

esearing

IS-IT--Management
Aug 22, 2000
132
US
Is there a way to force users entered text to be UPPER CASE? [sig][/sig]
 
I believe so, you have to have a fuction that gets called everytime a key is pressed and converts that key press into uppercase, this can be done using VBScript. I'll try and give you a bit more help if I can.
[sig][/sig]
 
string.toUpperCase()
you could do that before processing, or while they type
jared@aauser.com
 
THANKS String.toUpperCase did the trick. [sig]<p>Eric Searing<br><a href=mailto:eric.searing@wcom.com>eric.searing@wcom.com</a><br>[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top