How to load band or controls info report ...

Hi ;)

I have many diffrent reports, but all have the same header.
If I must change something in header then I must do it in the rest of files.

If I create template with Header in new file, how I can load it all (band or same controls) into current report automaticly ?
Is it possible or not ?
If possible then please tell me how to ....

Please help !


best regards
SebASoul

Comments

  • edited 6:08PM
    You can joined prepared reports.
  • edited 6:08PM
    wrote:
    > You can joined prepared reports.

    How prepare report from one file and header from other file ?
    Where I can see any description or simple example ?

    --
    best regards
    SebASoul
  • edited 6:08PM
    frxReport1.LoadFromFile('header.fr3');
    frxReport1.PrepareReport(false);
    frxReport1.LoadFromFile('report1.fr3');
    frxReport1.PrepareReport(false);
    frxReport1.LoadFromFile('header.fr3');
    frxReport1.PrepareReport(false);
    frxReport1.LoadFromFile('report2.fr3');
    frxReport1.PrepareReport(false);
    frxReport1.ShowPreparedReport;
    

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.