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 $server_secret assignment setting is now also used to protect occurrence IDs that are passed between DSP client and server.
- Using the new $dsp_fieldlist assignment setting, DSP communication can be made to include all fields in the component's Field List. See the user documentation for more information.
- A new Entry format REX(Regex) is available when defining field format on forms and DSP's.
The REX(Regex) with a particular regular expression pattern is used to format the data in the field.
- A new function for regular expression $regex is available for converting a string to a regex string.
The regex string is a group of characters and regex codes enclosed in forward slash marks that can be used to match a string with a particular regex pattern.
The $regex can be used in $ltrim, $rtrim, $replace, $scan, $rscan, $split, and $typed. More information please see user documentation.
|
Fixes
UNI-37459 | Communication between DSP server and client does not always follow the DSP component structure. |
UNI-37346 | In the IDE's Code Editor, code folding does not work as expected for multiple statements. |
UNI-37459 - Communication between DSP server and client does not always follow the DSP component structure.
Solution available in patch(es): 10.4.02-048
Description:
Communication between DSP server and client does not always follow the DSP component structure.
Environment:
+Uniface: Version 10.4.02 (and higher)
+Operating System: OS independent
+Database: DBMS independent
+ Browser: Browser independend
Workaround:
None.
Notes:
This issue has been resolved.
UNI-37346 - In the IDE's Code Editor, code folding does not work as expected for multiple statements.
Solution available in patch(es): 10.4.03-000, 10.4.02-048
Description:
The IDE's Code Editor supports code folding, by pressing the 'minus' symbol next to a foldable statement. More folding blocks have been added, for example, within 'elseif', 'else', 'case', 'elsecase', 'catch', and 'finally'. The statements 'try' and 'function' now support code folding. The 'if' statement will no longer fold when written as a single-line statement.
Environment:
Operating System: Windows
Workaround:
None.
Notes:
Code folding around a single-line 'if' requires the usage of parentheses around the conditional statement.