Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Second Page

edited January 2002 in General
Hello there,

can I issue a different Page Header for all but the first page of my
report? I'm planning to make an invoice and all pages following the first
should repeat the main data in the head. But this data should not be printed
on the first page. Is this possible, and how?

And another thing: I want to print the sum of my invoice in the foot of
the report, only to be seen on the last page of the invoice. But if the
report only has one page, the foot is not shown. How can I do that?

Thanks in advance,

Marc

Comments

  • edited January 2002
    For two different page headers:

    1. Use the Title band for the first page header.
    2. Set the Header band to PrintOnFirstPage := False;
    3. Use the Header band for all subsequent pages.

    There are other ways to do it, but this is probably the most straight
    forward.

    For the invoice total:

    Place the DBCalc or Variable component in a summary band. The summary will
    print at the end of the report, after all other bands (except of course for
    the page footer)

    Cheers,

    --
    -
    --
    Tom Ollar
    Digital Metaphors Corporation
This discussion has been closed.