Surpress page
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
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
This discussion has been closed.
Comments
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