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)
- The Uniface default templates have been adapted to start using the new 'function' modules. You need to re-import the templates (misc/utemplates.xml) manually in order to start using this.
- The Uniface ProcScript language has been enhanced with a new module type called "function". This will help you write better isolated, self-contained, and therefore reusable code.
For more information, please refer to the documentation and our blog.
- With the enhanced UHTTP component, it is now possible to use a net profile setting in the NET_SETTINGS chapter of the ASN file. The profile setting can contain the protocol, ciphers, key exchange and many more options to secure the data communication of the UHTTP component.
SET_FLAGS is ignored when a profile is set in the UHTTP component.
|
Currencies
- Added support for Microsoft SQL Server 2022 on Windows.
|
Fixes
UNI-32090 |
Context Sensitive Help for statement switches is being ignored. |
UNI-32057 |
General improvements have been added on how Uniface handles Grace licenses. |
UNI-26367 |
Context Sensitive Help inconsistencies when selecting the whole word. |
UNI-23691 |
Module name not added to info message of non-referenced local variables in compiler output |
UNI-32090 - Context Sensitive Help for statement switches is being ignored.
Solution available in patch(es): 10.3.03-037, 10.4.02-016
Description:
For some statements there is more specific help topics available in our documentation when you have added a switch. However when you press F1 on such a statement/switch you will always go to the basic statement help. Examples are retrieve/o, sort/list and many more.
Environment:
+ Uniface version: 10.x
+ Platform: ALL
Workaround:
None.
Notes:
This problem is solved.
UNI-32057 - General improvements have been added on how Uniface handles Grace licenses.
Solution available in patch(es): 10.4.02-016
Description:
Problems with handing out Grace license in Uniface.
Environment:
+ Uniface version: 10.x
+ Platform: ALL
Workaround:
None.
Notes:
This problem is solved.
UNI-26367 - Context Sensitive Help inconsistencies when selecting the whole word.
Solution available in patch(es): 10.3.03-037, 10.4.02-016
Description:
When you select (double click) a word in one of the IDE's code editors (Write Script Worksheet) your cursor position is actually right behind/past the word. In that case you get topic help (F1) when the cursor position is not followed by anything, if there is something following, documentation is not called.
E.g. (| indicates cursor position)
exit|
exit| (0)
will give help in the first line, not in the second.
Environment:
+ Uniface version: 10.x
+ Platform: ALL
Workaround:
Move the cursor to the word.
Notes:
This problem is solved.
UNI-23691 - Module name not added to info message of non-referenced local variables in compiler output
Solution available in patch(es): 10.4.02-016
Description:
When a local variable of a ProcScript module (entry, trigger, operation) is not referenced then the compiler will create an info message.
info: 1302 - Local variable "VSTRING" is not referenced.
The module name is not mentioned in the info message, which can be confusing for developers in case a lot of entries, operations, or triggers are defined, since it is not obvious where the message is coming from.
Environment:
+Uniface: Version 10
+Operating System: OS independent
+Database: DBMS independent
Workaround:
None.
Notes:
This problem is solved.