Mike Driscoll wrote:
> By the way, does the Report Designer provide some kind of grouping
> functionality so I can keep a "row" of data from being split over two pages?
> When I was trying to do this by hand with reportlab, it kept splitting my
> nested tables at awkward spots.

There are report groups, which offer great flexibility but I'm not sure they'll 
do 
what you want. You can tell a particular group to start on a new page, but as 
of now 
there's no way to tell a group to make sure it doesn't cross pages.

Actually, rows won't cross pages - if there isn't enough space then a new page 
will 
start.

The exception to that is if there is a growable paragraph object, which could 
spill 
over to the next page, and subsequent pages.

Paul


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to