PDF Export Owner Form
I have an application which creates a number of forms each of which can generate a report from mthe data they view.
When the created form executes the exportPDF function the main application is given focus.
I would like to know if it is possible to tell the PDFExport function that the created form is the owner so it gives it focus and returns to this form rather than the application form.
In C++ Builder I can assign the PopupParent and this will then associate the displayed form with the one which created it rather than the application.
There doesn't seem to be any way to set the parent for the pdfexport?
When the created form executes the exportPDF function the main application is given focus.
I would like to know if it is possible to tell the PDFExport function that the created form is the owner so it gives it focus and returns to this form rather than the application form.
In C++ Builder I can assign the PopupParent and this will then associate the displayed form with the one which created it rather than the application.
There doesn't seem to be any way to set the parent for the pdfexport?