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

New Page

edited April 2003 in General
On a certain condition in the in HeaderBand.BeforePrint event I want to
force the report to create a new page.

I've seen the Article on 'Forcing a page break' but still do not understand
how to do it.

I would like to have something like:

New Page := True (in the aforementioned event) so the report will print
another page and the HeaderBand.BeforePrint event will be fired again.

Thanks,
Joe

Comments

  • edited April 2003
    Joe,

    I'm a little confused about what you are trying to accomplish. The header
    band will always print at the top of a new page. Please provide more
    information on what you are trying to do. You might try creating a group
    based on a static label. Then you could set the Group.NewPage := True in
    the OnStartPage event.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.