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

Stretching Memo

edited October 2003 in General
I have a detail band with a memo that is set to stretch to make sure the
whole thing fits. My issue is that if the Memo has 4 lines and the last
line needs to print on the next page, I want the entire band printed on the
next page. I want the band kept together so if the memo doesn't fit on the
page i dont' want any of the line printed on that page.
for example this is what happens.

John Doe 555-1212 address1
address2
---newpage----
address3

I want this to happen
---newpage-----
John Doe 555-1212 address1
address2
address3

If I selected keeptogether =true on the memo the memo will stay together on
the next page but the rest of the band is printed on the first page.

How Do I get around this?

Thanks.

Comments

  • edited October 2003
    Hi Chris,

    Try placing all the components in the band into a TppRegion with its
    KeepTogether property set to True. Then everything in the region will move
    to the next page when there is an overflow.

    --
    Best Regards,

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