Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Make Input Field Value as upper case

Former Member
0 Likes
1,135

hi guru's,

Iam doing module pool programming, i want that when some body enter value in input box, it will come as UPPER case, after

pressing enter.

so plz help me on this matter.

thanx,

man

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
678

use fm. AIPC_CONVERT_TO_UPPERCASE

it will convert.

mukesh

3 REPLIES 3
Read only

Former Member
0 Likes
679

use fm. AIPC_CONVERT_TO_UPPERCASE

it will convert.

mukesh

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
678

In the attributes of that text box there is a check box for case...mark that check box

Read only

Clemenss
Active Contributor
0 Likes
678

Hi Manish Sharma,

you input field should have a data element. A data element has a domain. In the domain, you have Output characteristics. If Lower Case is not flagged, it behaves as you planned. Lower case is automatically converted to Upper case at PAI.

No need to do anything.

Regards,

Clemens.