Multipage

edited 7:16PM in FastReport 4.0
Hi all,

Is there a way to create a report with more than one pages, all associated to the same Data Band?
What I need it's that during the iteration of the dataset page1 and the page 2 are created, then for the second row page1 and page2...

All I achieved it's to have first all the pages1 and then all the pages2 created, by two different data band, one for each page.


If not possible by MasterDataSets maybe there's another way to achieve the same goal?

Thanks a lot.

Comments

  • gpigpi
    edited 7:16PM
    Try to use batch report: create report for each record and don't clear previous report using TfrxReport.PrepareReport(False)
  • edited 7:16PM
    gpi wrote: »
    Try to use batch report: create report for each record and don't clear previous report using TfrxReport.PrepareReport(False)

    Thanks, but I already tried.
    My report is huge, and PrepareReport(False) needs 4 seconds, i have to prepare 100 records by average so it's not a solution..
  • gpigpi
    edited 7:16PM
    or assign TfrxReport.Dataset with your dataset
  • edited January 2009
    gpi wrote: »
    or assign TfrxReport.Dataset with your dataset

    Thanks, but in this way the report don't iterate through the dataset, the report contains just the page for the first row of the dataset, I already tried with frx.SelectDataset().
    For what I understood the only way to iterate through the dataset is to use a Databand, or I'm missing something?

    Cheers.
  • edited 7:16PM
    I'm using FastReport 4.7 (Trial) how do I view or print in order Multipage, eg

    Steve John -> Receipt
    Steve John -> Contract -> THE RECORD 1
    Steve John -> Declaration

    Eduard Obama -> Receipt
    Eduard Obama -> Contract -> RECORD OF 2
    Eduard Obama -> Declaration

    At.

    JOSE RICARDO Bonarda
    SAO PAULO - BRAZIL

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.