How do I prevent a detail band to wrap over to next page?
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?
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?
This discussion has been closed.
Comments
Try setting the TppRichText.KeepTogether property to True so the rich text
component will stay together when breaking to another page.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
band?
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com