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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to auto change text fields to upper case 1

Status
Not open for further replies.

channelmaster

Technical User
Dec 9, 2001
52
PH
Hi!
Can anyone tell me on how to automatically change the text fields to upper case? For example, when I input on a text fields, like name, when I type the letters it will automatically change to upper case. I hope you got my point. Thanks in advance

Channelmaster
 
And, if that doesn't work ...

Put the ! in the INPUT MASK property for each character in the possible length of the value.



Don


 
Even better, you can subclass that controls that you want to react that way with the about suggestions. So everytime you use that class the effect would have following. In that way you only get to type that ! once.
 
Thanks for your tip, it works placing ! at the fileds format property, Thanks everyone.

Channel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top