Collate pages

edited 2:53AM in FastReport 4.0
Hi,

I need a report that displays two pages for each record, the first page is A4 portrait, the second one is A4 landscape.

How can I achieve this?

Thank you.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:53AM
    you need to create a multi design page report, IIRC there is a couple of demos in the binaries newsgroup.
  • edited 2:53AM
    gordk wrote: »
    you need to create a multi design page report, IIRC there is a couple of demos in the binaries newsgroup.

    I did actually, but it prints Page1 first (n copies) then Page2 (n copies), where n = number of records in the dataset.

    I want to print it in this order: (Page1, Page2), (Page1, Page2), ..., (Page1, Page2)

    Also I could'n find any demos in binaries newsgroup.

    Thanks.
  • gordkgordk St.Catherines On. Canada.
    edited 2:53AM
    did you set printoptions collate to true?
  • edited 2:53AM
    gordk wrote: »
    did you set printoptions collate to true?

    I did but it doesn't make any difference.

    Anyway, I'm exporting the report to PDF first and then I print it.
    It doesn't collate regardless of I print the report or I export it to PDF.
  • gordkgordk St.Catherines On. Canada.
    edited 2:53AM
    the demo is still in the binaries
    example pageorder in a multi page report,
    posted by den on 8/4/2006
  • edited 2:53AM
    gordk wrote: »
    the demo is still in the binaries
    example pageorder in a multi page report,
    posted by den on 8/4/2006

    OK, I found the example but it doesn't help me too much.
    The problem is that I made a report builder using FR engine (runtime designer) and I can't write any Delphi/BCB code to manipulate the reports programatically.
    The only code that I can write is via the scripting engine.
    So basically I have a group header that creates a new page (StartNewPage = true) for every record. Now depending on some DB field values every new page will be displayed portrait or landscape.
    I have tried to change the page orientation by script but it doesn't work.
    Is what I want achievable?

    Thanks.

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.