We have an orderprint which looks like this:
- header: contains logo
- leading grand summary: contains: introduction text & text about details of the deal
- body: contains financial information
- trailing grand summary: contains totals of the information displayed in the body
- footer: contains footertext
it’s a classic orderdetail/orderlines setup, so 2 tables where the lines are related to the details.
We do actually print the lines (in the bodypart) and display the other information over a relationship.
Problem with the above setup is: leading grand summary contains more than 1 page of text, where Servoy cuts this part after page 1 and doesn’t continue on page 2.
Is this a bug or are we on the wrong track…?
EDIT: leading subsummary does the job when ‘allow page break across boundaries’ is checked, but still I’d prefer leading grand summary to behave this way…