/*Sign up for the DataFlex Newsletter*/
Sign up to stay informed about the latest news and events!
This release brings new tools and capabilities that make everyday development easier and help you get more from your existing applications. From easier package management and smarter development tools to more flexible WebApp interfaces and stronger security, DataFlex 2026 helps you move your applications forward while building on what you already have.
Want to see whats new? Join Bram and Niels live tomorrow as they demonstrate the highlights, show them in action and answer your questions. Save this link and tune in tomorrow!
Or get started today: download DataFlex 2026 and explore whats new.
Libraries, without the manual work.
The new Package Manager streamlines how libraries and dependencies are installed, updated and shared. Add packages from the DataFlex package repository, Git repositories or local workspaces and manage them directly from the Studio or command line.
Packages can install the files your application needs, maintain script includes and resolve dependency order automatically. Versioning based on Semantic Versioning gives you control over which updates your application can use.
The result? Cleaner workspaces, easier collaboration and less time spent copying files or maintaining configuration by hand.
Faster updates. Fewer browser caching headaches.
The DataFlex Web UI is now delivered through the Package Manager. The JavaScript engine, server-side WebApp Framework components, FlexTron components and themes are available as separate packages.
This makes it possible to deliver Web UI fixes and improvements more regularly. It also means you only need to include the themes and components your application actually uses, while the Package Manager takes care of dependencies and script order.
A clearer way to start.
The redesigned Create New dialog makes it easier to find the right starting point for a project. Templates are categorized for Web and Windows development, automatically filtered by project type and supported by clearer descriptions.
A new search bar helps developers find what they need quickly, while direct links to the Learning Center provide extra guidance along the way.
More natural navigation on larger screens.
Modal dialogs can now become part of the navigation stack in drill-down WebApps. Opened through the standard navigation APIs, they participate in application history and appear in the Navigation Designer.
This makes it easier to create prompt-style lookups and record-selection flows while maintaining consistent and predictable navigation.
A more flexible way to select data.
The new Web Selection Form provides a powerful alternative to the existing combo and parent combo controls. It supports multi-column suggestion lists, paged data loading and customizable buttons.
With an API comparable to the Web Tags Form, it gives developers more control over how users search for and select information.
More inspiration for data-driven applications.
The WebOrderMobile sample now includes an extended dashboard with charts, filters for individual tiles and easier access to configuration options.
It provides a practical example of how interactive dashboards can be built into modern DataFlex WebApps.
Make every theme your own.
DataFlex web themes now use CSS variables, making it much easier to customize colors and styling with your own CSS.
Built-in framework support lets applications follow the users browser preference or explicitly switch between light and dark mode. This gives users a modern interface that fits their system while giving developers more control over the applications visual identity.
Stronger protection, built into your applications.
DataFlex 2026 applications are compiled with additional Windows security protections, including Data Execution Prevention, Control Flow Guard and Address Space Layout Randomization.
These safeguards make it more difficult for memory-related vulnerabilities to be exploited, with negligible impact on runtime performance.
The additional checks may also reveal older 64-bit compatibility issues, such as external functions that still use an Integer where a Pointer is required. Testing your existing applications in your DataFlex 2026 development environment is therefore especially important.
Same source. Identical result.
Recompiling identical source code now produces a bit-for-bit identical binary. Embedded timestamps and inconsistent alignment data have been removed from generated EXE files.
Reproducible builds improve build verification, support compiler testing and can help reduce false positives from antivirus software.
From spreadsheet to database table in minutes.
The new Excel Import Wizard generates database tables directly from Excel worksheets. Import complete or partial sheets, create a separate table for each sheet and let DataFlex generate primary keys automatically.
The wizard is available from the Create New dialog, the database selector and the Table Explorer context menu.
A fresh home for DataFlex knowledge.
The DataFlex documentation has moved to a completely new system. Content is now maintained in Markdown and stored in Git repositories, making it easier for contributors to improve, review, and extend the documentation.
The new online experience brings updated styling, improved code examples, and a smoother way to find the information you need. And with the new DataFlex AI Assistant built into the documentation, getting help is easier than ever. Ask questions about classes, methods, best practices, or code examples in your own language and explore DataFlex with AI-powered assistance. Explore it: docs.dataflex.dev.