Detail Band Line Spanning Pages
I have a report with a detail band which has one line of controls
(TppDBText) with a background shape (TppShape) behind the line. This line is
followed by a TppDBMemo with Stretch = true. Data is supplied by JIT
Pipeline.
The problem occurs whens the first line of the detail band is at the bottom
of the page. When this occurs, some of the fields (columns 3, 4, 8, 9, 10,
11, 12) print on one page while the shape and the remainder of the fields
(columns 1, 2, 5, 6) print on the next page.
If anyone has an idea of how to fix this, I would be very appreciative.
Regards,
Tom
(TppDBText) with a background shape (TppShape) behind the line. This line is
followed by a TppDBMemo with Stretch = true. Data is supplied by JIT
Pipeline.
The problem occurs whens the first line of the detail band is at the bottom
of the page. When this occurs, some of the fields (columns 3, 4, 8, 9, 10,
11, 12) print on one page while the shape and the remainder of the fields
(columns 1, 2, 5, 6) print on the next page.
If anyone has an idea of how to fix this, I would be very appreciative.
Regards,
Tom
This discussion has been closed.
Comments
I'm a bit unclear about how your report is set up. If possible, please send
an example demonstrating the issue in .zip format to
support@digital-metaphors.com and I'll take a look at it for you. For the
shape issue, you might try setting the TppShape.ReprintOnOverflow property
to True.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
send
Changing the ReprintOnOverflow property seems to have fixed the problem. If
it happens again, I will forward an example to you.
Thanks,
Tom