7.25.0004 - OFFICIAL http://www.iaes-software.com/downloads/Setup_QDV_7_25_4.exe

Navigation:  7.25 (QDV 2025) >

7.25.0004 - OFFICIAL http://www.iaes-software.com/downloads/Setup_QDV_7_25_4.exe

Previous pageReturn to chapter overviewNext page

Released on May 31, 2025

Fix: Set_WBS_Column_Visible_Mode verb has cleared WBS header merging

When an event has called the Set_WBS_Column_Visible_Mode verb, the parent header row in WBS has lost the merging. Check and repaint was needed to fix it.

Fix: F2 editing didn't work in Nomenclatures view

Pressing F2 in Nomenclatures to edit FORMULA_FOR_QUANTITY or VARIABLES_FOR_SETS columns didn't work.

Fix: Editing values in nomenclatures could affect incorrect rows in minutes

This could happen if an article from the database of the estimate was a part of a set in the database of the estimate. And in the Minutes, the set was referenced on some line. If the user has edited, for example, QUANTITY_FACTOR field of this article in Nomenclatures, the value was incorrectly applied to the line with the parent set in Minutes.

Fix: Exception when importing data to create SQL Server set database from Converter

When converting a set in the Converter to a SQL Server database and answering Yes to the prompt "Fill list of set articles/sets" (to fill articles from another SQL Server database), the transaction was escalated to a distributed transaction, requiring the Distributed Transaction Coordinator (MSDTC) service.

If MSDTC was disabled, this resulted in the error:
 Network access for Distributed Transaction Manager (MSDTC) disabled.
This was reported to the user as:
 The conversion failed due to an unexpected error: 'Cannot write information to set'.

After unifying the transaction handling in Convert function, the conversion no longer triggers a distributed transaction with SQL Server databases.