Detail lines, boxes and labels aren't printed in the second page of an invoice.
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.
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.
This discussion has been closed.
Comments
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
http://www.digital-metaphors.com
info@digital-metaphors.com
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.
simple demo report and send it to support@digital-metaphors.com which
demonstrates this errant behavior?
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com