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

number first page different from 1

edited April 2002 in General
Hi all,

I need to set the number of the first page of my report to an especific
number (different from 1). Is there any way to do it?

Comments

  • edited April 2002
    To start the report with a page number different than one, you can use a
    TppVariable and code its OnCalc event to perform the page counting above a
    initial starting value.

    Are you printing section style subreports together in one report? You
    should be able to set ResetPageNo to false on the subreport component. You
    can print multiple reports as one, by using section style subreports in an
    empty (except for the subreports in the detail band), one detail band main
    report.

    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.