7.17.0631

Navigation:  7.17 >

7.17.0631

Previous pageReturn to chapter overviewNext page

Released on April 9, 2019

New: Can record data to headers of sets from the minute

When you record a set (CTRL+H) and tag ‘Set depth’ this means that you want the first row of the minute to be the heading row of the set. So far, only default index fields of the minutes were pushed to the header (Description, Reference, Family, Manufacturer, User Field).

Now any matching field (same mnemonic and same format) is pushed to the database.

Change: Logging of QDV Errors

So far, errors were logged to %appdata%\QDV folder in 2 files:

{shortdate}-ADLogFile.csv and {shortdate}-QDVErrorsLogfile.csv. These files were always kept and never deleted by the application so this could lead to huge number of files and slow down the access to the profile folder.

The names of these were changed to ADLogFile.csv and QDVErrorsLogfile.csv.

They are now archived daily as <filename>_#.csv. A maximum of 3 files is kept, older files are automatically deleted.

If needed, you can manually delete old log files with this command executed in Command Prompt (type CMD in windows search bar) :

c:\

cd %appdata%\QDV

del *-ADLogFile.csv

del *-QDVErrorsLogfile.csv

Bug Fix: QDV Search, cannot launch from QDV

Launching the new module from QDV gave an error message.

Bug Fix: New functions to move to database of estimate also repaint the tree

Because the database of the estimate now supports tree structure to order sets and articles, we repaint this structure each time lines are pushed to the database using recent functions.