Skip to content

DataFlex 2023 Update 1 Release Notes

DataFlex 2023, 23.0.53.92 contains the following changes from the previous update release (23.0.51.87):

Note: This topic was updated on July 24, 2023.

Bug Fixes

WebApp Framework

  • A security patch was included that fixes potential data leakage in the cWebCombo and cWebParentCombo.
  • Note that if you use one of these controls in data-aware mode with pbEnabled, pbVisible, or pbRender at Design Time set to False, you might need to send a Refill.

Runtime

  • Fixed an issue where the Round function used in expressions caused decimal loss.

Connectivity

  • SQLExecutor does not return large decimal and GUID values:
  • For tables with a decimal(25.0) column, if the column contains a large numeric value, it generates a "numeric entry out of range" error.
  • Unique Identifier (GUID) values are returned as empty.
  • SQLExecutor shows wrong column and row on conversion error:
  • When there is a data conversion error, the SQLExecutor does not show the correct Column and Row. It shows the last row/column of the result set.

Studio

  • The Designer becomes unresponsive when double-clicking on the blue handle of a control while in Grid Layout.

Documentation

  • ClassRef: Fixed broken links that referred to old Codejock cCJxxxReportxxx classes instead of cCJxxxGridxxx (the new names).
  • ClassRef: Corrected syntax for parameters in SQLSetParameter.
  • Language Reference: Updated Round and Mod functions to indicate that they return LongPtr.

See Also