Skip to content

DataFlex 2025 Final Release Notes

This page lists the specific changes in DataFlex 2025 between Release Candidate 1 and the final release.

See What's New in DataFlex 2025 for all new features in DataFlex 2025.

Improvements and Bug Fixes

Studio

  • Adding AutoIncrement Field in DFLastId did not work when the table was in use.
  • Navigator: Deleting a view would only remove the first navigation from a specific view.

Web Controls

  • cWebCombo required 2 clicks to expand.
  • WebListExpandPanel swiping did not work when a swipe button was present in the main list.

Documentation

What's New

Studio

  • Updated documentation for menus and toolbars for the current Studio. Numerous options and screenshots were outdated.
  • Copied the Navigation Designer page from What's New to the Studio book.

Development Guide

  • Development Guide: JavaScript information on dfdebug corrected (from vdfdebug).
  • Updated JavaScript / Custom Web Control pages with new syntax after JavaScript code of the WebApp Framework has been refactored into actual JavaScript ES6 classes. This was started in RC1 and completed in the final release.
  • Documentation of Trim_Varchar_Values was incomplete; it was also added to DB2DRV.INT and ODBC_DRV.INT pages.

Language Reference

  • Documentation of attributes DF_DRIVER_TRIM_VARCHAR_VALUES and DF_DATABASE_TRIM_VARCHAR_VALUES was incomplete.

Deployment Guide

  • Installation & Environment Guide: The DataFlex Windows Client is missing "Client" in the name of the installation EXE; also updated to 25.0.

Class Reference

  • Description of the example in DfDateToSqlDate now clarifies the difference in behavior between SQL Server and other drivers.
  • Updated documentation to show that for cWebDDOHost_mixin classes (cWebGroup, cWebCard), Main_DD at runtime now does not return 0 if there is no DDO structure in objects of those classes. It will delegate and return the Main_DD of its parent. This makes it more consistent with Server, which will also delegate and restore backwards compatibility.
  • Miscellaneous edits.