Export to PDF and additional note - Urgent!

edited February 2013 in FastReport 4.0
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

Comments

  • edited 11:48AM
    I found solution... I do

    PDFExport.OnBeginExport
    global_var := 1;
    prepare_report;

    Than I can set Value to VarName OnGetValue.

    Thanks Marcin for inspiring me! >

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.