Rocket Uniface Support Resources

 View Only

Rocket Uniface 10.4.03-007 Released

  • 1.  Rocket Uniface 10.4.03-007 Released

    Posted 01-15-2025 11:35
    Edited by Community Manager 02-04-2025 05:36

     Patch 10.4.03-007

    Downloads

    Product availability Matrix (PAM)
    Downloads of this patch are available from the Rocket Customer Support Portal.
    Further explanation can be found here.

    Currencies

    • Add support for SAP AES 16 (SYB U5.2) on Windows 11.

    Fixes

    UNI-33569  Hitlist in Grid sometimes truncated after multiple clear and retrieve actions in one trigger.



    UNI-33569  -  Hitlist in Grid sometimes truncated after multiple clear and retrieve actions in one trigger.

    Solution available in patch(es):      10.4.03-007

    Description:

    Form - Hitlist in Grid sometimes truncated after multiple clear and retrieve actions
    An entity is painted on a form and is defined as grid.
    10 occurrences are painted and form height is 17
    clear and retrieve via script
    trigger detail
       clear/e "MYENTITY"
       retrieve/e "MYENTITY"
       return(0)
     end

    All occurrences are retrieved  
    Again clear and retrieve via script: 

    Expected Result
      All occurrences are retrieved 

    Actual Result
      10 occurrences are retrieved : hitlist truncated

    Environment:

    +Uniface Version : 10.4.02 and higher
    +Operating System : Windows
    +Database : ALL

    Workaround:

    None.

    Notes:

    This problem has been fixed.

    Back to top