‎2008 Feb 07 2:43 PM
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?
‎2008 Feb 07 2:44 PM
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
‎2008 Feb 07 2:48 PM
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.