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

How do I prevent a detail band to wrap over to next page?

edited June 2003 in General
Say that I have a report with a detailband that contains
some dbtexts and a ppRichText. The rich text can stretch. What I want to do
is to have all info from this detail band printed on the same page.. So if
the rich text wraps over to next page it should print the whole rich text on
next page. How can I do that?

Can someone give me an example?

Comments

  • edited June 2003
    Hi Magnus,

    Try setting the TppRichText.KeepTogether property to True so the rich text
    component will stay together when breaking to another page.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited June 2003
    But will that affect the other components that I also have on the detail
    band?
  • edited June 2003
    Hi Magnus,

    Sorry about that,

    Try placing the TppRichText along with the other components you want to keep
    on the same page inside a TppRegion. Then be sure to set the
    Region.KeepTogether property to true. This will keep the entire region on a
    single page.

    --
    Best Regards,

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