Skip to content

What's New - v5.0.1

The changes in version 5.0.1 can be divided into:

Studio and OCX

  • Clicking the 'Cancel' button on the SQL statement dialog no longer clears the statement
  • Fixed memory leaks
  • Tables without an alias name retain their existing (alias) name when using the 'Change Datasource' wizard

Integration

  • New package cDRReportHelper.pkg. This file contains the cDRReportHelper class containing the DateTimeToString, DateToString, and TimeToString functions. In version 5.0 and older, these functions were part of the cDRReport class. They are still there for backwards compatibility but redirect to the functions in an automatically created child object named oDRReportHelper. This way, the functions can be used in DataFlex components that don't contain a cDRReport object. The integration wizard generates an object of the cDRReportHelper class in components that don't need a cDRReport object.
  • PDFType combo added to the oDRExportOptionsDialog object (in DRExportOptions.dg)
  • When using preview to an MDI view (cDRPreview) or a tool panel (cDRToolPanelPreview), the results were not refreshed if the preview window wasn't closed before changing selection criteria and executing the report again.
  • The wizard supports reports not using a file list as a database but individual tables.
  • When using an ODBC report, the wizard checks if the table names used match data dictionaries defined in the workspace and generates DDOs and code to use these.
  • The wizard now sets piColumnCount for the SortOrderGroup in a web component.