Export to PDF and additional note - Urgent!
Hello there...
Sorry for 'urgent' flag, but I need to implement changes by tomorrow...
My problem is, that I have frxReport with what-I-need, I can view and/or print it, but on preview window I hava export-to-pdf icon (standard from the box).
My customer must have additional note ONLY on pdf file that he is exporting from preview window.
My question is... How to add some text to report in the moment of generating PDF export.
I can send string to the report on GetValue, but is that possible to do it during PDFExport and/or know that user actually doing an export?
I'll appreciate any idea.
regards
Mariusz
Sorry for 'urgent' flag, but I need to implement changes by tomorrow...
My problem is, that I have frxReport with what-I-need, I can view and/or print it, but on preview window I hava export-to-pdf icon (standard from the box).
My customer must have additional note ONLY on pdf file that he is exporting from preview window.
My question is... How to add some text to report in the moment of generating PDF export.
I can send string to the report on GetValue, but is that possible to do it during PDFExport and/or know that user actually doing an export?
I'll appreciate any idea.
regards
Mariusz
Comments
PDFExport.OnBeginExport
global_var := 1;
prepare_report;
Than I can set Value to VarName OnGetValue.
Thanks Marcin for inspiring me!