7.17.0597

Navigation:  7.17 >

7.17.0597

Previous pageReturn to chapter overviewNext page

Released on November 28, 2018

Bug fix: Some legacy macros, that used unsupported methods, didn’t run in the new QDV

The problem appeared with old legacy macros that had a line containing a call to GetMacroOwner(). For example:

Dim FileName As String = es.GetMacroOwner.FullName

This line accesses the GetMacroOwner which is a public extension method, but it is for internal use only. For users, it's undocumented and unsupported. Unfortunately it was visible in Intellisense, so some users used it in macros. Later, the Qdv.Macro assembly became a dependency for this method. So the legacy macros that use GetMacroOwner doesn't work in newer QDV. Now QDV will automatically and silently fix and recompile such macros.

New: Added System Variable – SYS_NameOfChild

We added SYS_NameOfChild which returns the string value of the current child name.

Bug fix: Management Module
When the declared path didn’t exist or the file name was not correct any message was appearing.

Bug fix: Summary (F12) problems

The summary (F12) was leading to problems when the number of rows in a material sheet or workforce sheet exceeded 100 rows.

Bug Fix : Insert Reference (CTRL/W) does not update the article date nor the alter date

Inserting a new article using drag/drop inserted also properly the article date. However, when editing directly the reference in the minutes view and then perform a CTRL/W this was not updating the article date which remained blank in this case.

This was also the case when the CRTL/W is done implicitly using the editing option « Display list of matching references when typing in reference field »

Furthermore also the alter date was not changed when doing a CTRL/W