Hi Megumi
While I not longer have access to AXES
I believe you can create your own extension
Based on the existing date extension
Then add more restrictions or make changes
To it with some Javascript
Check here
https://axes.lansa.com.au/viewtopic.php?f=9&t=243&p=615&hilit=Date+custom#p614
And the ...
Search found 88 matches
- 30 Nov 2023, 22:55
- Forum: "How do I do this"
- Topic: Date extension limitation
- Replies: 1
- Views: 25997
- 05 Oct 2023, 18:25
- Forum: "How do I do this"
- Topic: aXes and Azure?
- Replies: 3
- Views: 22955
Re: aXes and Azure?
You will need to configure kerberos
In the ibm, there are documentation here
https://axesdocs.lansa.com.au/index.php ... on-support
You could configure kerberos, test with something simple like client access, then windows login, then azure..
In the ibm, there are documentation here
https://axesdocs.lansa.com.au/index.php ... on-support
You could configure kerberos, test with something simple like client access, then windows login, then azure..
- 03 Oct 2023, 11:53
- Forum: "How do I do this"
- Topic: aXes and Azure?
- Replies: 3
- Views: 22955
Re: aXes and Azure?
What will be in azure?
Axes requires and ibm machine to run, not a windows machine.
The browser can be anywhere you can have a browser but I fail to see where azure fits here.
Axes requires and ibm machine to run, not a windows machine.
The browser can be anywhere you can have a browser but I fail to see where azure fits here.
- 18 Sep 2023, 21:44
- Forum: "How do I do this"
- Topic: Change an input field adjacent to specified label
- Replies: 2
- Views: 18018
Re: Change an input field adjacent to specified label
You can create an autogui rule, for Date, indicate target the input field, left contains Date text, that will do it. You don't need data in the input field
- 16 Sep 2023, 04:08
- Forum: "How do I do this"
- Topic: Library list for tables
- Replies: 11
- Views: 42053
Re: Library list for tables
Maybe in the joblog of the user aXes.
Or if using jsm, try to activate the trace.
Or if using jsm, try to activate the trace.
- 13 Sep 2023, 12:17
- Forum: "How do I do this"
- Topic: Button or Image carries over to another menu
- Replies: 2
- Views: 16333
Re: Button or Image carries over to another menu
If an extension you added to an screen continues in a different screen, most likely both screens are sharing the same criteria for identification.
Like if you use the name of the program in the corner, let's say menupgm as the identification.
If you want to have one button in one screen but no ...
Like if you use the name of the program in the corner, let's say menupgm as the identification.
If you want to have one button in one screen but no ...
- 11 Sep 2023, 19:53
- Forum: "How do I do this"
- Topic: Directly calling another screen/5250 menu via onClick button
- Replies: 2
- Views: 17260
Re: Directly calling another screen/5250 menu via onClick button
While in aXes you are running in the web, you still are running a 5250 session.
So if you can get to a menu using a sequence of keys in a green screen, you can record the same sequence with the choreographer and execute it when needed with executechoreoname() script.
Usually that sequence will ...
So if you can get to a menu using a sequence of keys in a green screen, you can record the same sequence with the choreographer and execute it when needed with executechoreoname() script.
Usually that sequence will ...
- 08 Sep 2023, 22:29
- Forum: "How do I do this"
- Topic: Image onClick focuses to a specific input field.
- Replies: 2
- Views: 20258
- 07 Sep 2023, 10:18
- Forum: "How do I do this"
- Topic: How to add placeholders inside an input field
- Replies: 2
- Views: 20115
Re: How to add placeholders inside an input field
Hi
If you use the extension multitype input, on top or instead your input field, you should have a placeholder property
https://axesdocs.lansa.com.au/index.php ... R5cGUiXQ==
Kind regards
If you use the extension multitype input, on top or instead your input field, you should have a placeholder property
https://axesdocs.lansa.com.au/index.php ... R5cGUiXQ==
Kind regards
- 17 Aug 2023, 21:25
- Forum: "How do I do this"
- Topic: Library list for tables
- Replies: 11
- Views: 42053
Re: Library list for tables
It will be the same case in w3.
Just the instructions to do the steps indicated are a bit different.
For most part you can switch a project between w3 and jsm, you can have both modes running side by side, no problem.
Technical differences I don't know that much internally but jsm is the future.
Just the instructions to do the steps indicated are a bit different.
For most part you can switch a project between w3 and jsm, you can have both modes running side by side, no problem.
Technical differences I don't know that much internally but jsm is the future.