7.23.1088

Navigation:  7.23 (QDV 2023) >

7.23.1088

Previous pageReturn to chapter overviewNext page

Released on October 10, 2023

New: The new minutes native field WBS_LinkParentHexIndex

A new minutes field WBS_LinkParentHexIndex was introduced. It returns the hex ID of the task link parent defined in the WBS. If there is no link, the value is an empty string. If the row belongs to a link parent task, then the value of the WBS_LinkParentHexIndex is the same as WBS_HexIndex. You can use this field for testing whether a minute row belongs to a link.

This new field has different values between the parent and the child. For this reason, you can only refer to this field from “For_Display_Only” fields.

 

For example, to simply detect if the row belongs to a link, you can use a formula as follows:

 

 =IF([WBS_LinkParentHexIndex]="";"NO LINK";"LINK")

 

To also detect whether the row belongs to the link parent or child, use the following:

 

 =IF([WBS_LinkParentHexIndex]="";"NO LINK";IF([WBS_LinkParentHexIndex]=[WBS_HexIndex];"LINK PARENT";"LINK CHILD"))

Change: Removed LINKED_IN_WBS minute field

Removed theLINKED_IN_WBS special minute field. It wasn't used yet, and it's no longer needed when there is the newWBS_LinkParentHexIndex field now.

Bug Fix: Frozen Qdv with regular Save estimate prompt while drag and drop is in progress

The regular ‘Do you want to save it now?’ prompt could be shown while another message box was shown or while drag and drop (or another mouse action) was in progress. The prompt won’t be displayed now while another message box is shown (might be still possible for some as it was done only for messages using internal MsgBox function) – this didn’t freeze QDV and also not while a Drag & Drop is in progress, E.g.: between trees of 2 estimates – this froze QDV.

New: Dutch language implemented but not tested in full yet

A new language has been added t the user interface: Dutch. There are still a lot of tests to carry out to ensure this language is reliable. We’re working on it.

New: Languages are displayed using their local name

In the list of languages, in the option form, the languages now appear in their own name, not only in English.