Rocket Uniface Support Resources

 View Only

Rocket Uniface 10.4.02-032 Released

  • 1.  Rocket Uniface 10.4.02-032 Released

    ROCKETEER
    Posted 09-27-2023 04:35
    Edited by Community Manager 10-09-2023 07:39

    Patch 10.4.02-032

    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 [userkeys] section in your .ini file now allows you to define also combinations with PgUp and PgDn keys, like e.g. Ctrl+PgDn.

    • Assignment files can now be simplified by using logical and environment variables in your asn settings.
      See the Uniface documentation for more information on how to use assignment file expressions.

    • Keyboard shortcut Alt+D sets focus to the main U-Bar allowing you to open another object without the need for mouse clicks.
      Note:
      Installation using the edist will add a [userkeys] section to your usys.ini file. If you overlay using the patch zip file, you need to manually add to your usys.ini:
      [userkeys]
      nav.ubar=Alt+D

    • Keyboard shortcut Ctrl+Tab shows the next open Editor tab in the IDE without the need for mouse clicks, whereas Ctrl+Shift+Tab shows the previous Editor.
      Note:
      Installation using the edist will add a [userkeys] section to your usys.ini file. If you overlay using the patch zip file, you need to manually add to your usys.ini:
      [userkeys]
      editor.next=Ctrl+Tab
      editor.previous=Ctrl+Shift+Tab

    • Keyboard shortcut Ctrl+F4 closes your current open Editor in the IDE, without the need for mouse clicks, whereas Ctrl+Shift+F4 closes all your open Editors.
      Note:
      Installation using the edist will add a [userkeys] section to your usys.ini file. If you overlay using the patch zip file, you need to manually add to your usys.ini:
      [userkeys]
      editor.close=Ctrl+F4
      editor.close.all=Ctrl+Shift+F4

    • Screen reader support for many Desktop application widgets. See the Accessibility section in docs.

    Currencies

    • The Visual C++ Redistributables included in Uniface have been updated. If you manually install the patch overlay on Windows, the redistributable will not update automatically. In this case, the system administrator should ensure that the correct version of vcredist_x64.exe or vcredist_x86.exe is run, depending on the platform.

    Fixes

    UNI-34752 ULic /info only shows the features of Community Edition entitlements



    UNI-34752  -  ULic /info only shows the features of Community Edition entitlements

    Solution available in patch(es):      10.4.02-032

    Description:

    When running ulic /info <EID> a list of features should be present in the output field  and in entitlement_info.txt in USYSLOG. However, this only works for Community Edition entitlements, for Enterprise Edition entitlements the list of features is missing.

    Environment:

    +Uniface: Uniface version 10.4.02.029 and up.
    +Operating System: OS independent
    +Database: DBMS independent
    +Licensing System: Sentinel

    Workaround:

    The only workaround is to view the features in the EMS customer portal.

    Notes:

    This problem is solved.
    For Enterprise Edition entitlements the list of features is also divided into sections for separate products.

    Back to top