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.
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.
You can now import directly from Canbrass application. Go to ‘Automation’ / ‘Partner Application’ / ‘Schneider Electric’
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.
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.