7.23.1122

Navigation:  7.23 (QDV 2023) >

7.23.1122

Previous pageReturn to chapter overviewNext page

Released on December 13, 2023

Bug Fix: Improved repairing of the estimates with broken task links

In very rare cases, an estimate file could be broken because creation/deletion of a task link failed. Normally, QDV and the Repair tool have detected and repaired such situation. But it didn't work in some special cases.

New: Extended the user API so that it be easier to work with breakdown lists in the overhead sheets

Added new OverheadSheetInfo.Listbox property which returns an instance of a new class OverheadSheetListbox. This provides detailed information for the lists that are broken down by another field.

New: A new application from Schneider Electric is supported: Canbrass

You can now import directly from Canbrass application. Go to ‘Automation’ / ‘Partner Application’ / ‘Schneider Electric’

Bug Fix: Conversion from 2023 to 2024 created temporary file left in folder

The conversion from old format to new format created a file named ‘Overhead’ in the active path. It’s now properly done in the temporary folder.

Bug Fix: Encoding of function button changed in the overhead workbook

The function buttons in the overhead workbook stored so far their information in the text. However this information was not visible because Excel is only able to display the first row of the text of a button. We hid the other rows below, after a carriage return. Unfortunately, this doesn’t work with the XLSX format and such carriage returns break the Excel file at the time we save under Excel. For this reason, this version adapts all function buttons to store their information in the name instead of the text. The name is not visible under Excel and can be accessed only under VBA.