Home Subreports

DUPLEX

edited February 2009 in Subreports
Hi

I am working with Delphi 7 and RB pro 7.02.
I want to print duplex but the first page of the second copy is printed
on the back of the last page of the 1 copy of the report. I have read on
the news so i place Subreport5 (pbSection – no data pipeline assigned)
in Summary band but (there is my problem)
blank page is inserted as one before last and I have empty page only
with Header so I have bad PageNo. I have tried to SendToBack,
BringToFront on Subreport5 and components but it doesn’t work.
I don’t have on TppReport in PrinterSetup Duplex set on

I Have report:
MainReport
Title
Header
Group Header
Detail
Some DB Components
Subreport1
Subreport2
Group Footer

Summary
Subreport3
Subreport4
Some components(labels, regions other components)
Subreport5 (pbSection – no data pipeline assigned)
Please Help me. Sorry for my poor English

Comments

  • edited February 2009
    I recommend updating to RB 11 for D7.

    RB 11 automatically starts the second duplexed copy on a new page.

    RB 11 can open and run reports created by prior versions such as RB 7.

    RB 11 also includes a PageBreak component - that would work in this
    scenario.

    With you current layout, you have Child and Section subreports in the same
    band. The Section will always generate first. You could try adding a Group
    that never breaks. Place the summary band elements in the GroupFooter and
    the Section in the summary band (or delete the Section and set
    SummaryBand.StartNewPage to true).

    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.