Input Form

  • Thread starter Thread starter Austin Phillips
  • Start date Start date
A

Austin Phillips

Does anyone know how to ensure that my textbox edit mask is set to
Uppercase?

When a user types in a certain textbox, I want the case to be Upper.

Is there a setting for this?

Thanks,
Austin
 
If you can style the input box using the CSS text-transform attribute then
it should convert any input to uppercase for you.

--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
 
John;
I will look into it.

Thanks,
Austin

John Timney (MVP) said:
If you can style the input box using the CSS text-transform attribute then
it should convert any input to uppercase for you.

--
--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top