7.22.0980

Navigation:  7.22 (QDV 2022) >

7.22.0980

Previous pageReturn to chapter overviewNext page

Released on June 23, 2022

Bug Fix: Fields containing files no longer exposed to the request editor

The fields containing files in the minutes (Word documents, Excel workbooks or Any file) are no longer listed in the requests editor because they cannot neither be tested nor written by this language (this editor can only address strings, numbers or dates). Attempting to access them returned an error.

Of course, you can still read these files using macros. See ‘Sample Access Blobs’ for this in the Multi_Language_Sample_With_Docoument.qdv file.

New: On_After_Create_PDF event

A new event has been added: On_After_Create_PDF which let you deal with the PDFs created from the report generator. You could adapt them or even post them to a repository…

The event is triggered only when the PDF is created from the report generator:

clip0845

clip0846

You can run a macro from this event and read the file name provided by QDV using Context.CallingContextReportGenerator.FileName. E.g.:

clip0847

If you don’t reset Context.CallingContextReportGenerator.FileName, QDV will keep opening the file normally.