7.22.1018

Navigation:  7.22 (QDV 2022) >

7.22.1018

Previous pageReturn to chapter overviewNext page

Released on November 30, 2022

New: Customize logos on the fly in the report generator

A new event has been added to the estimate events: On_Report_Paste_Image

clip0872

This event is triggered each time a valid image is pasted from a PFL file to the document being rendered (valid for WBS, Minutes and Nomenclatures reports).

 

With this event, you can run a macro as above shown. In this macro, you can read the following properties:

 

The name of the image being rendered, as qualified in the PFL: CallingContextReportGenerator.NameOfImageToBePainted

The Image being rendered which is a System.Drawing.Image object: CallingContextReportGenerator.ImageToBePainted

 

clip0874

Bug Fix: Cannot open estimate events from the report generator

It was impossible to open the estimate events window from the report generator.