Downloads
Product availability Matrix (PAM)Downloads of this patch are available from the
Rocket Customer Support Portal.
Further explanation can be found
here.
New Feature(s)
- You can now configure the ProcScript code formatting tool with block indentation and alignment rules in a new ASN file section [formatting]. For available formatting rules and usage, please refer to the documentation.
- UX widgets have been enhanced with the capability to filter function call tracing based on the widget class name. This enhancement enables Uniface UX developers to avoid distractions from unrelated tracing messages.
- Uniface ProcScript Editors have been enhanced with Format Document: the code of the complete document will be indented allowing better readability and standardization. Format Document can be chosen from the code editor's popup menu or activated with a shortcut key.
Note: If you are not using the edist to install this patch, add the following line to the [userkeys] section in the usys.ini to enable the shortcut key. code.formatdocument=Alt+Shift+F
|
Currencies
- Uniface added support for Java 21 (LTS) on Windows 64bit and Linux platforms.
|
Fixes
UNI-37092 |
In patch 10.4.02.044 Uniface clients may fail to connect to the server, due to user/password authentication failure, when there is a mismatch between server/client versions. |
UNI-36826 |
Some functions of UX widgets generate tracing messages/log by default. |
UNI-36391 |
Readonly not supported in uxSelect |
UNI-37092 - In patch 10.4.02.044 Uniface clients may fail to connect to the server, due to user/password authentication failure, when there is a mismatch between server/client versions.
Solution available in patch(es): 10.4.02-045
Description:
Uniface fails to decrypt usernames and passwords, due to a mismatch in router/client versions. The issue has been resolved.
Environment:
Uniface version: 10.4.02.044
Operating System: ALL
Workaround:
Downgrade the server to patch 10.4.02.043, or keep servers and clients on the same versions.
Notes:
The issue has been resolved.
UNI-36826 - Some functions of UX widgets generate tracing messages/log by default.
Solution available in patch(es): 10.4.02-045
Description:
By default, certain functions of UX widgets generate tracing messages/logs, resulting in flooding of the console window.
Environment:
+ Uniface Version : 10.4.02
+ Browser : Browser independent
+ Operating System : OS independent
+ Database : Database independent
Workaround:
None.
Notes:
This problem has been resolved.
UNI-36391 - Readonly not supported in uxSelect
Solution available in patch(es): 10.4.02-045
Description:
Unlike the other Uniface UX widgets, like uxTextField, the uxSelect widget did not have a built-in readonly state , making the behavior inconsistent.
Environment:
+ Uniface Version : 10.4.02
+ Browser : Browser independent
+ Operating System : OS independent
+ Database : Database independent
Workaround:
Use disabled state
Notes:
This problem has been solved.