Category News

提高 Access 数据库比较清晰度

2月 25, 2026
Total Access Detective 2026 通过更清晰的布局、更快的洞察和更高效的导航改进了数据库比较结果。

Total Access Detective is an object comparison wizard for Microsoft Access databases that enables developers to quickly identify differences within a single database or between multiple databases. It compares fields, controls, properties, macros, modules, lines of code, table data, and user permissions, clearly highlighting changes between versions. Ideal for version control, upgrades, and multi developer environments, it simplifies troubleshooting, improves accuracy, and helps maintain consistency throughout development.

The Total Access Detective 2026 update improves the two database comparison results form with a simplified, more intuitive layout that helps developers review overall database differences before examining detailed object, macro, module, and data changes. By moving key controls such as overview, unmatched objects, and errors to the top and removing unnecessary text, the update reduces visual clutter, speeds navigation, and enables more efficient and accurate version comparisons in multi developer environments.

To see a full list of what's new in version 2026, see our release notes.

Total Access Detective is licensed on a per user basis and is available as a perpetual license. An optional annual premium support subscription includes senior technical support and point release upgrades during the subscription term. See our Total Access Detective licensing page for full details.

For more information, see our Total Access Detective product page.

将图像转化为可编辑的报表

2月 24, 2026
ActiveReports.NET v20 添加 AI 图像与报表转换功能,将截图转换为完全可编辑的报表以减少人工设计时间。

ActiveReports.NET by MESCIUS is a reporting solution for the Microsoft .NET platform that enables developers to create and deliver data-driven reports in web, desktop, and cloud applications. It supports multiple report types, including section, page, and RDL (Report Definition Language) reports, and provides visual designers, a robust rendering engine, and export options such as PDF and Excel. Designed to integrate with modern .NET and ASP.NET Core applications, it helps teams build interactive, enterprise-grade reporting features into their software.

The ActiveReports.NET v20 update introduces a new AI powered image to report capability that enables developers to convert static report images such as screenshots, mockups, PDFs, or even photos of printed pages into fully editable report layouts in minutes. By leveraging Azure Document Intelligence to analyze page structure, text, and visual elements, it significantly reduces the manual effort required to recreate existing reports, accelerates the modernization of legacy assets, and streamlines migrations from other reporting platforms. This capability provides a practical starting point for rebuilding or refining reports while preserving full control over layout structure, styling, grouping, and data bindings to ensure alignment with application architecture and development standards.

To see a full list of what's new in v20, see our release notes.

ActiveReports.NET is licensed per developer. Dependent on geographic location it is available as either an Annual (Timed) Subscription License or as a Perpetual Developer License which comes with 1 year of software updates and support. Each developer requires a license to design, develop, or maintain applications. The Annual Subscription License must be renewed each year to continue to work with the software. Published applications are royalty free and do not expire. Optional pipeline licenses available for CI/CD build servers. See our ActiveReports.NET licensing page for full details.

Learn more on our ActiveReports.NET product page.

在 Vue.js 应用程序中将图表绑定到 JSON

2月 23, 2026
使用 JSON 作为数据源,将结构化数据与 Vue.js 中的图表组件连接起来,从而减少数据转换并简化 API 集成。

Using JSON (JavaScript Object Notation) as a data source for charts allows applications to bind structured, lightweight data directly to visualization components. JSON represents data as objects and arrays, making it well suited to defining categories, series, and individual data points in a format that aligns naturally with modern web development practices. Its widespread use in RESTful APIs and web services enables charts to consume live or remote datasets efficiently, while reducing the need for complex data transformation before rendering.

Several Vue.js chart components allow you to use JSON as a data source, including:

  • DevExtreme Vue Chart (part of DevExtreme Complete by DevExpress) accepts JSON via its dataSource, enabling binding to local or remote data with series and argument mapping.
  • Highcharts Core by Highsoft uses JSON-based arrays and configuration objects to populate series and categories, either directly or via asynchronous loading.
  • Kendo UI Vue Charts (part of Kendo UI by Telerik) bind to object arrays, typically sourced from JSON, with property mapping to series and axes.
  • FusionCharts Suite XT natively supports JSON, allowing full chart configuration and datasets to be defined and passed directly to the chart engine.

For an in-depth analysis of features and price, visit our comparison of Vue.js charting components.

Compare Vue.js Chart Components

通过对向下钻取的支持发掘上下文数据

2月 23, 2026
直接在网格界面中访问详细记录,从而使用户无需切换视图或丢失上下文即可检查相关数据。

Drill-down support in a grid component allows users to move from summarized data to more detailed records within the same interface, often by expanding rows or selecting linked values that reveal related data. Instead of navigating to a separate page or view, users can access underlying information directly in context. For developers, this reduces the need for additional navigation and simplifies the presentation of hierarchical or related datasets. It also makes it easier to analyze data step by step, helping users inspect specific records or relationships without losing their place in the overall dataset.

Several React grid controls support drill-down features including:

  • Wijmo React DataGrid (FlexGrid) (part of Wijmo by MESCIUS) lets you implement drill-down in grids through hierarchical row expansion and detail templates.
  • DevExtreme React Data Grid (part of DevExtreme Complete by DevExpress) allows you to present master-detail relationships within grids, revealing nested records dynamically.
  • Sencha Ext JS facilitates drill-down interactions in data grids by supporting expandable rows and structured access to related datasets.
  • ZingGrid lets you enable interactive row expansion and linked data views, helping users navigate underlying records directly within grids.

For an in-depth analysis of features and price, visit our React grid controls comparison.

Compare React Grid Controls

用 SFTP 实现安全文件传输

2月 23, 2026
将加密文件交换直接集成到 .NET 应用程序中,以保护敏感数据并简化系统间的安全通信。

SFTP support in an internet communications .NET component refers to the ability to securely transfer files using the SSH File Transfer Protocol (SFTP), a network protocol that runs over Secure Shell (SSH) to provide encrypted file access, transfer, and management across systems. By integrating SFTP capabilities directly into a .NET application, developers can programmatically upload, download, and manage remote files while ensuring data confidentiality and integrity through strong encryption and authentication mechanisms such as passwords or public key pairs. This helps organizations meet security and compliance requirements when handling sensitive data across untrusted networks.

Several .NET communications and messaging components offer support SFTP including:

  • SecureBlackbox .NET Edition by /n software lets you integrate robust SFTP client and server capabilities with strong encryption and authentication support.
  • Xceed SFTP for .NET enables you to implement reliable SFTP-based file transfers with high performance, detailed logging and enterprise-grade security.
  • Rebex SFTP allows you to add secure file transfer over SFTP with comprehensive .NET APIs and advanced key management features.
  • PowerTCP SSH and SFTP for .NET by Dart Communications allows you to embed secure SFTP file transfer with reliable authentication.

For an in-depth analysis of features and price, visit our comparison of .NET Comms & Messaging components.

Compare .NET Comms & Messaging