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

Splitting pairs over page

edited August 2002 in General

How can I force a detail band onto the next page if it cannot be printed
fully on the current page of the report?

Regards,

Kieron


--
--
Kieron G Smith
helpIT systems ltd
kieron@finditx.com
http://wwww.helpit.co.uk/

Comments

  • edited August 2002
    Create a group on a cusotm field, such as a label or variable. This will
    let you create a new page by forcing a group break on a group which has
    NewPage set to true in the Groups dialog. Use the DetailBand.PrintCount
    property. You can use this to determine how many detail bands have printed.
    Then you can set the Variable's text in its OnGetText event handler to force
    the page break.


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.