Hi.

Using Dataflex Reports 2019 7.0.1 and Dataflex 19.1 WebApp.
We have an issue where we use:
Code:
Send ExportReport of hoReport C_DRPDF sFile
After this Dataflex Reports creates a PDF file of our print to a choosen place.
But it does not appear to release the file after that?

If we try to export the print to the same place with the same name (aka we want the system to write over the original file) we get an error saying that "Dataflex Reports Runtime can´t create the PDF file. Error -122, please check the path and filename to see that the PDF file is not already open".
We tried adding:
Code:
Send CloseReport of hoReport sReportId
right after the export but it do not help.

We can also see that the file is locked in windows. So we can´t delete the file without shutting down the webapp.
We need to be able to write over an existing file. Is there anything we can do about his?