Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to convert entered input value in a field to uppercase and store it in backend in Oracle Application?

ShankaraJul 20 2023

Hi Team,
I tried to make this using CSS to change text case in screen

https://css-tricks.com/almanac/properties/t/text-transform/

But the CSS text-transform have only changed the displayed text.

In other words, if the user types something in lowercase it is displayed as uppercase (if text-transform : uppercase) but the data is getting saved in backend tables in the same case that user have entered.

Could anyone help me with solution?

@askmax

Comments
Post Details
Added on Jul 20 2023
0 comments
456 views