Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Surpress page

edited November 2001 in General
Hello,

I am using Delphi 5 Prof. on Win98 with Rbuilder 5.56. I have created a
report with several subreports and serveral datapipelines with master-detail
relationships. Datapipeline1 is the masterpipeline and displayed in the
first detailband, the second Pipeline is displayed in the first subreport.
Now I would like to know if it possible to supress the page if the second
datapipeline is empty.
By using the nodatabehavior - blank page always the labels of the first
detailband are shown.

I would be grateful for some help.

Yours,
Kesten

Comments

  • edited November 2001
    Kesten, there is a SkipWhenNoRecords property which is applicable on the
    detail datapipeline, whereby this should cause the master datapipline to
    skip to the next record. The end result is that no master data is printed
    for the empty detail dataset. In DADE, this is a selection in the Link
    dialog.

    Hope this helps,
    -Jenny
This discussion has been closed.