Dont want to see 'Exporting page 1...' dialog
Hi,
When I use TfrxPDFExport and TfrxReport components and execute
I get these small dialogs 'Exporting page 1'...
I dont need them, how do I get rid of them?
I tried
but that didnt help.
When I use TfrxPDFExport and TfrxReport components and execute
 frxReport->Export(frxPDFExport);
I get these small dialogs 'Exporting page 1'...
I dont need them, how do I get rid of them?
I tried
 frxPDFExport->Background = true;
 frxPDFExport->ShowDialog = false;
but that didnt help.
Comments