Released on April 9, 2019
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.
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
Launching the new module from QDV gave an error message.
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.