Home Subreports

Detail lines, boxes and labels aren't printed in the second page of an invoice.

edited January 2003 in Subreports
Hi all,
I have a created a report that print an invoice.

In the detail band of the report i have inserted a lot of lines and box with
labels that design the invoice module.

Always in the detail band i have a subreport that print the lines of the
invoice.

When i print an invoice that have more than one pages, only the first page
have the invoice module (lines, labels and boxes); from the second page the
modules aren't printed.
If i print more than one invoices, oly the first page of all the invoices
contain the invoice module.

There is a solution to this problem ?

Thanks in advance.

Comments

  • edited January 2003
    Have you used ReprintOnOverFlow on these controls? Check out the different
    properties available on these controls, such as ReprintOnOverFlow,
    StretchWithParent, ShiftWithParent...and note thier different behaviors and
    how you can use them in a report to help you accomplish your goals in
    various reports. The developer's guide PDF included in the installation
    also covers these topics.

    If there is something that that the properties on RB controls cannot
    accomplish, then it is time to move to coding event handlers. If you need
    full control or somthing that can't be accomplished using our standard
    controls, then you can even create and/or manipulate our native draw command
    output on the page objects (this is like a windows metafile architecture).
    We have some custom coded demos if you need help with a problem that you
    can't find a solution for.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited January 2003
    I have used ReprintOnOverFlow, StretchWithParent and ShiftWithParent but the
    problem persist.

    With ReprintOnOverFlow in the second page the report print only the lines of
    the module and any of the subreport rows.

    Do you have some suggestions to solve this problem ?
    I must move my module definition (lines, box, images ...) from the detail
    band of the main report into the subreport ?

    Thanks in advance.




  • edited January 2003
    The next page should keep printing the subreport rows. Can you create a
    simple demo report and send it to support@digital-metaphors.com which
    demonstrates this errant behavior?


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.