Application Development 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: 

Database values getting stored in UPPERCASE

Former Member
0 Kudos

Hi,

I have a module pool program which accepts user information.

If the user enters the name as Raghavendra in say NAME_IO input field.

when it comes to the PAI module it's getting converted to RAGHAVENDRA. so the same value will be moved to database table instead of Raghavendra.

is there any settings or attributes that has to be changed to avoid this.

Thanks&Regards

Raghavendra

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

hi if you click on the field in screen painter.

it will give the pop up, in that click on<b> DICT</b> tab.

there you have option UPPER/LOWER case.

Check on that ...and try..

regards

vijay

2 REPLIES 2

former_member188685
Active Contributor
0 Kudos

hi if you click on the field in screen painter.

it will give the pop up, in that click on<b> DICT</b> tab.

there you have option UPPER/LOWER case.

Check on that ...and try..

regards

vijay

0 Kudos

Hi Raghavendra,

In the attributes of that particular field , in screen painter you will find 'DICT' tab , in that Upper/Lower option will be there.

But if you are taking field from dictionary , it will be disabled. So if u uncheck the "From Dict" field, then Upper/Lower check box will be enabled. Then you can check that, it will work for you.

Pavan.