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

Upper case in TABLEVIEW object

Former Member
0 Likes
444

Hi. I've got a small problem.

I've got a tableview object that is filled with data. When I hit Enter button somewere inside that tableview object - all CHAR-type cells becomes uppercase How can I avoid that?

2 REPLIES 2
Read only

FredericGirod
Active Contributor
0 Likes
424

each field in the table is link to a data element which is link to a domain.

the upper / lower case is define in the domain level

Read only

Former Member
0 Likes
424

In the domain level for that field, see if the check box for lower case is checked or not. You have to check it if it is a custom domain.