Search found 108 matches

by jeanmichel
02 Aug 2023, 11:29
Forum: "How do I do this"
Topic: Datatable column order
Replies: 2
Views: 14996

Re: Datatable column order

Hi Raul, I have been looking into this issue for you. The purpose of the "order" property is not to define in which order to show the columns. It is used to define the sort of the data inside the column, as per the datatables documentation. In order to arrange the columns you would need to set the p...
by jeanmichel
21 Apr 2023, 12:59
Forum: Product Announcements And Release Information
Topic: aXes change log
Replies: 4
Views: 43710

Re: aXes change log

aXes 4.2.1.001 891886 An issue has been resolved where JSM session would abends by some DBCS characters in a J-type field. 879608 An issue has been resolved where some tables could not be loaded on Reconnect session using aXesJSM. 866046 An issue has been resolved where some characters would be cor...
by jeanmichel
14 Oct 2021, 10:44
Forum: Product Announcements And Release Information
Topic: aXes change log
Replies: 4
Views: 43710

Re: aXes Versions Changelog.

aXes 4.2.1.000 159798 Multiple issues have be resolved where continued fields with word wrap were not displaying correctly and their content was truncated. 161803 An issue has been resolved where blank fields could not be selected when the fields were 15 characters or less. 162061 An issue has been...
by jeanmichel
18 Jun 2020, 11:37
Forum: Product Announcements And Release Information
Topic: aXes change log
Replies: 4
Views: 43710

Re: aXes Versions Changelog.

aXes 4.2.0.001 162116 An enhancement has been added which is allowing the Edit Style window to be movable and resize-able. 162277 An issue has been fixed where the prompt to copy/paste/delete user field is not shown. 162315 An issue has been fixed where the radio button was not displayed properly. ...
by jeanmichel
01 May 2020, 12:35
Forum: "How do I do this"
Topic: aXes / Longreach - other folders than longreachdata
Replies: 4
Views: 12123

Re: aXes / Longreach - other folders than longreachdata

HI Jorg, If it works then all good. I think we have enhanced this since you implemented this and it's much more simple. All your createGETURL code can be replaced by 2 lines: createGETURL : function(endpoint, profile, password, path, name) { try { var m_host = { endpoint:endpoint, profile:profile, p...
by jeanmichel
29 Apr 2020, 16:47
Forum: "How do I do this"
Topic: aXes / Longreach - other folders than longreachdata
Replies: 4
Views: 12123

Re: aXes / Longreach - other folders than longreachdata

Hi Jorg, You have 2x service.folder.public.get.allow where it should be service.folder.get.allow. See red corrected below. LongReach --> <!-- Public users --> <parameter name="service.folder.public.get.allow" value="/longreachdata-public/other/"/> <parameter name="service.folder.public.get.allow" va...
by jeanmichel
19 Mar 2020, 09:53
Forum: "How do I do this"
Topic: How to configure Reverse Proxy to Axes using path
Replies: 1
Views: 18412

Re: How to configure Reverse Proxy to Axes using path

Hi What are you trying to achieve with this reverse proxy? Strictly speaking this is not an aXes question, rather a general reverse proxy on Apache setting. from what I can see from your config files http://externalexes.mysite.com/internal/wba/home.html --> http://internalaxes.mysite.com:5563/wba/ho...
by jeanmichel
19 Dec 2019, 14:19
Forum: Tips & Techniques
Topic: Axes 4.2.0 - How to create another instance aXesW3
Replies: 0
Views: 31219

Axes 4.2.0 - How to create another instance aXesW3

The tip is useful is you want to create another instance for the same version of aXes you have already installed, for example if you want to have a test and productions instance. Note 1; This is not valid for a Side by Side installation of a later release. Note 2: For the JSM add instance, please re...
by jeanmichel
06 Nov 2019, 07:07
Forum: "How do I do this"
Topic: Changing font and font size
Replies: 4
Views: 15709

Re: Changing font and font size

Another option you can try is: 1) Create a new project to test 2) In developer mode, Go to the screen which does not display properly. 3) Select application in the extendable objects 4) Change autoColWidth to off. A dialog dhow up asking if you want to keep or reset. Choose reset. 5) Choose "use mon...