Rocket Uniface Support Resources

 View Only

Rocket Uniface 10.4.02-037 Released

  • 1.  Rocket Uniface 10.4.02-037 Released

    ROCKETEER
    Posted 12-06-2023 06:21

    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 introduces 'Uniface UX' as an experimental feature. The current release consists of a set of pre-built UX widgets and UX widget Interface, these features will be enhanced over the coming releases. Using the UX Widget Interface, developers can create their own reusable UX Widgets that provide both the server and client-side logic to the objects in the component structure.
      This feature is still experimental. Interfaces might still change and incompatible features might still be added. Use this experimental feature to explore the possibilities of creating your own 'Uniface UX' for your applications, and to learn about the potential and added value that this feature might have for your projects.
      For more information check out our documentation and E-Learning deliverables.
      It is strongly advised to use our edist to install this patch update, either in a separate directory or to upgrade your existing installation so that the ini files are correctly installed or updated.

    • A new function $random is available for generating a random string or raw data of a specified length which ranges from 1 to 128, or a random numeric number between 0 and 1.
      This is useful for generating an Initialization Vector for $encode and $decode, or in other contexts where random numbers are required.

    Currencies

    • To enhance security for Uniface's http protocol, libcurl is upgraded to version 8.4.0

    Fixes

    UNI-35457Uniface may crash when vast numbers of occurrences are displayed in the Grid widget.



    UNI-35457  -  Uniface may crash when vast numbers of occurrences are displayed in the Grid widget.

    Solution available in patch(es):      10.4.02-037

    Description:

    When displaying occurrences in the Grid widget, there was a limit of about 65 thousand rows before users experienced a crash.

    Environment:

    +Uniface Version : 10.x
    +Operating System : OS independent
    +Database : Database independent

    Workaround:

    When displaying data on the Grid widget, limit the number of visible occurrences to <65 thousand.

    Notes:

    Even though the issue has been resolved, please consult the documentation for our recommendations on the maximum number of cells, which is at the moment 60-120 thousand.

    Back to top