cancel
Showing results for 
Search instead for 
Did you mean: 

Input Field values are changed to UPPERCASE by default.

Former Member
0 Kudos

Hi colleague,

I have created a view which contains an Input Field. It is bound to a CHAR32 type.

When i enter a vlue, eg : Piyush and when i read this value, i get 'PIYUSH'.

I want what the user entered in UI as it is and not changed to uppercase by default.. Hoe can i acheive this??

Thanks and regards,

Piyush

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member402443
Contributor
0 Kudos

Hi Piyush,

Regarding your problem , you can use the DATA TYPE - RFCCHAR32, using this the problem of changing the text to uppercase will not come.

Regard

Manoj Kumar

Former Member
0 Kudos

Hi Piyush,

Change the attribute with type string OR make a data element of char32 and make attribute of type data element.

I hope it helps.

Regards,

Rohit

Former Member
0 Kudos

Hi,

I cannot make the datatype to STRING as in the database, this is Primary Key and a string is not allowed as primary key.

Regards,

Piyush

Former Member
0 Kudos

Hi Rohit,

Is there a way where i can check for lowercase for datatype char32??

Regards,

Piyush

Former Member
0 Kudos

Hi,

you can refer following thread.

It will help You.

Regards,

Rohit

abhimanyu_lagishetti7
Active Contributor
0 Kudos

CHAR32 Domain has Lower Case unchecked.

Abhi