This topic is locked

Enter or force upper case

8/26/2010 11:19:54 AM
ASPRunnerPro General questions
M
mfred author

I have some fields in an ASPRunenr 6.2 application that requires all letters to be upper case. So I need to either have the application change the letters to all caps between submission and entry into the database or require entry in all caps. Any help is appreciated.

Sergey Kornilov admin 8/26/2010

Check Javascript API (specifically bullet 8):

http://xlinesoft.com/asprunnerpro/docs/javascript_api.htm
Here is the piece of CSS you looking for:

text-transform: uppercase;