Rocket Uniface Support Resources

 View Only

Rocket Uniface 10.4.03-003 Released

  • 1.  Rocket Uniface 10.4.03-003 Released

    Posted 11-20-2024 16:51
    Edited by Community Manager 11-29-2024 06:59

    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)

    • Uniface UX: Security improvements in the UX-Select widget

    • Uniface UX: Security improvements in the UX-Plaintext widget for 'valrep-html' and 'multi-paragraphs' display formats.

    Currencies

    • OpenSSL has been upgraded to version 3.0.15 for improved security.

    • Uniface's LIBJPEG library has been updated to version 9f, this improves security.
      JPEG images may show slight changes in the intensity of the colors due to improvements in libjpeg-9f.

    Fixes

    UNI-41427Return value of an operation is overridden when parameter (OUT or INOUT) is a database field.
    UNI-41387Uniface UX; UxRadioGroup - When display format is val, value is within parenthesis
    UNI-40622Function $regex does not go to the correct help topic using the F1 key in your Write Script Worksheets.
    UNI-40337Uniface UX: When initial value = "", the radio button for that value should be selected



    UNI-41427  -  Return value of an operation is overridden when parameter (OUT or INOUT) is a database field.

    Solution available in patch(es):      10.4.03-003

    Description:

    When a database field is used as an OUT or INOUT parameter, then triggers such as the lock may be fired. After activating the operation using the 'activate' statement, the value of $status is the value these triggers gave it, overriding the return value of the operation.

    Environment:

    + Uniface: Version 10.4.03.000
    + Operating System: OS independent
    + Database: DBMS independent

    Workaround:

    Instead of using the 'activate' statement, use newinstance to create a handle to an instance of the component, and then activate the operation like this:
    handle->operation(parameters)

    Notes:

    This problem is solved.

    Back to top



    UNI-41387  -  Uniface UX; UxRadioGroup - When display format is val, value is within parenthesis

    Solution available in patch(es):      10.4.03-003

    Description:

    No need of parenthesis and italic style for value when display format is val for uxRadioGroup widget.

    Environment:

    + Uniface Version: 10.4.03
    + Browser: Browser independent
    + Operating System: OS independent
    + Database: Database independent

    Workaround:

    None.

    Notes:

    This problem is solved.

    Back to top



    UNI-40622  -  Function $regex does not go to the correct help topic using the F1 key in your Write Script Worksheets.

    Solution available in patch(es):      10.4.03-003

    Description:

    Relatively new function was forgotten to be added for help calls using the F1 key.

    Environment:

    + Uniface version: 10.4.02.xxx
    + Platform: WIN
    + Database: ALL

    Workaround:

    You can use the search functionality in chm file or online help.

    Notes:

    This problem is solved.

    Back to top



    UNI-40337  -  Uniface UX: When initial value = "", the radio button for that value should be selected

    Solution available in patch(es):      10.4.03-003

    Description:

    If the valrep has an empty string as one of the values and the initial value is an empty string then the corresponding radio button should be selected.

    Environment:

    + Uniface Version: 10.4.03
    + Browser: Browser independent
    + Operating System: OS independent
    + Database: Database independent

    Workaround:

    None.

    Notes:

    This problem is solved.

    Back to top