suppress repeated values over multiple pages
Hi,
I've got a report with a dbmemo field in the detail area. The suppress
repeated values is set for this dbmemo.
However, when I get a repeated value for this dbmemo on a subsequent page,
the value is not suppressed.
So at the end of page 1, and at the start of page 2, I have a repeated
value.
Is there a way of suppressing this value on page 2?
I can't set the reprintonsubsequent property for a dbmemo, can I?
Thanx,
Tom
I've got a report with a dbmemo field in the detail area. The suppress
repeated values is set for this dbmemo.
However, when I get a repeated value for this dbmemo on a subsequent page,
the value is not suppressed.
So at the end of page 1, and at the start of page 2, I have a repeated
value.
Is there a way of suppressing this value on page 2?
I can't set the reprintonsubsequent property for a dbmemo, can I?
Thanx,
Tom
This discussion has been closed.
Comments
Unfortunately the ReprintOnSubsequentPages property is not available for the
DBMemo component. By default the values are re-printed when the page
breaks. Below is a small example demonstrating how to suppress this
behavior manually by keeping track of the last value of each page and
comparing it to the first value of a new page. Note that in order for this
example to function correctly, the report needs to be two pass.
http://www.digital-metaphors.com/tips/DBMemoSuppressNoReprint.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com