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 ...
Search found 4 matches
- 23 Mar 2026, 12:42
- Forum: "How do I do this"
- Topic: How to prevent lowercase lettes enter
- Replies: 1
- Views: 11885
- 10 Mar 2026, 15:26
- Forum: "How do I do this"
- Topic: How to prevent lowercase lettes enter
- Replies: 1
- Views: 11885
How to prevent lowercase lettes enter
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 ...
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 ...
- 28 Nov 2025, 18:57
- Forum: "How do I do this"
- Topic: Transparent pop up window
- Replies: 4
- Views: 22440
Re: Transparent pop up window
Hi All,
I found the same issue post in a previous version.
Is there a way to fix the same issue in v4.2.1?
Preferably I can fix this while keeping the style Basic.
I found the same issue post in a previous version.
Is there a way to fix the same issue in v4.2.1?
Preferably I can fix this while keeping the style Basic.
- 06 Oct 2017, 12:53
- Forum: "How do I do this"
- Topic: How to open local folder
- Replies: 1
- Views: 4923
How to open local folder
Hi,
I want to open local folder(e.g. c:/temp) using Hyperlink extension.
I set this code to the OnClick property of Hyperlink extension but the local folder does not open.
How to open local folder from aXes screen?
Regards,
Taku
I want to open local folder(e.g. c:/temp) using Hyperlink extension.
I set this code to the OnClick property of Hyperlink extension but the local folder does not open.
Code: Select all
window.open('file:///c:/temp', 'aXes');
How to open local folder from aXes screen?
Regards,
Taku