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
cWebComboandcWebParentCombo. - Note that if you use one of these controls in data-aware mode with
pbEnabled,pbVisible, orpbRenderat Design Time set toFalse, you might need to send aRefill.
Runtime
- Fixed an issue where the
Roundfunction 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
cCJxxxReportxxxclasses instead ofcCJxxxGridxxx(the new names). - ClassRef: Corrected syntax for parameters in
SQLSetParameter. - Language Reference: Updated
RoundandModfunctions to indicate that they returnLongPtr.