7.22.0966

Navigation:  7.22 (QDV 2022) >

7.22.0966

Previous pageReturn to chapter overviewNext page

Released on May 2, 2022

New: QDV Tools for Excel Buttons in the 'Automation' menu

A new 'QDV tools for Excel' menu in the 'Automation' tab let you access most of the applications directly. It works well for the Gantt application but for other applications (Pricing and Distribution), it simply starts Excel but soon, the XLSX files of these two applications will be stored in the QDV files.

New: The methods in the user API (macros) for accessing the formatting of minutes fields

The following methods were added to IMinutesFieldinterface:

GetFormatting

SetFormatting

And the following methods for handling the column layout were added to IMinutesFieldManager interface:

SaveLayoutToFile

LoadLayoutFromFile

ResetLayoutForAllUsers

New: The methods in the user API (macros) for storing layout of WBS fields

The following methods were added to IWbsFieldsRepository interface:

SaveLayoutToFile

LoadLayoutFromFile

ResetLayoutForAllUsers

Bug Fix:  + signs appeared when inserting articles from database of the estimate

+ signs appeared when an article was inserted form the database of the estimate using the 'Insert reference' function. The problem occurred only when the flag 'Insert sets from the base in collapsed mode' was on. Of course, these signs must appear only when a set is inserted in collapsed mode, not when an article is inserted.

Bug Fix: Some special control characters could corrupt word documents

When generating Word documents, if you had some very specific XML control characters in your descriptions, this could end-up in corrupted Word documents. Fortunately, such characters cannot be inputted using a keyboard but some copy/paste operations, particularly from PDF documents, could bring these characters under QDV.

New: Set manager – Find (Ctrl+F) in Read mode (and ‘In column of all sets’ change)

The find function (Ctrl+F) from Edit mode has been enabled also in Read mode in the sets manager.

clip0820

The requirement (text – see above in blue) (select a full column first) has been changed to (select only 1 column) as Read mode doesn’t have displayed sheet header in Read mode so it wouldn’t be possible to select entire column.

New: Set Converter – Fill description and other fields also for set inside set (only articles were supported)

When converting into database of sets using the converter, descriptions and references of sets can feed the workbook as it did for articles.

clip0821

New: Estimate ‘Compute All’ – ProMo+ project update – Column truncation warning instead of error

In case of too long text PMP variable there was message ‘Connection impossible …String or binary data would be truncated.’. New field size check has been added on ‘Compute All’ in an estimate connected to ProMo+ so now longer text is automatically truncated, user warned and the operation – update of ProMo+ project – completes.

clip0822

Bug Fix: Set Converter – Convert to SQL Server sets fails

Convert to SQL Server sets failed with error message: Wrong syntax at 'LIMIT'.It worked for local SQLite databases. It has been fixed and works again also for SQL Server databases.