Hi All,
From the aXes screen, I can enter lowercase letters into fields that do not have CHECK(LC) specified.
After refreshing the screen, the lowercase letters are converted to uppercase, but is there a way to prevent lowercase letters from being entered?
I am using aXes 4.2 and JSM engine.
Regards,
Taku
How to prevent lowercase lettes enter
Moderator: jeanmichel
-
Taku Izumi
- Posts: 4
- Joined: 06 Oct 2017, 12:32
Re: How to prevent lowercase lettes enter
Hi,
There is a method to specify text-transform: uppercase; in the field style, but when this style is applied at the application level, it becomes impossible to enter lowercase English letters in all text fields.
Therefore, on each screen, it is necessary to add this style to a field where CHECK(LC) is not specified.
This is not a practical solution.
For this reason, I have decided to give up preventing lowercase letters enter.
Regards,
Taku
There is a method to specify text-transform: uppercase; in the field style, but when this style is applied at the application level, it becomes impossible to enter lowercase English letters in all text fields.
Therefore, on each screen, it is necessary to add this style to a field where CHECK(LC) is not specified.
This is not a practical solution.
For this reason, I have decided to give up preventing lowercase letters enter.
Regards,
Taku