alexbelovtt
Programmer
I'm using Crystal Reports 11, and I have a report with subreports in it.
One of subbreports (in ) has groups in it.
That subbreport has requirement to print each group on to the new page. I have done that by checking New page before option on group header (Thanks Ido!)
In certain situation all previous subreports must be suppressed and that report must be printed on first page.
My problem is that at the first of the report, I get an extra blank page if all previous subbreports are suppressed.
I tested:
(Not OnfirstRecord)
not (pagenumber=1) and their combination, but whatever I try first page printed blank (with header and footer)
If any of previous section is not suppressed everything works fine.
Thank you
Alex
One of subbreports (in ) has groups in it.
That subbreport has requirement to print each group on to the new page. I have done that by checking New page before option on group header (Thanks Ido!)
In certain situation all previous subreports must be suppressed and that report must be printed on first page.
My problem is that at the first of the report, I get an extra blank page if all previous subbreports are suppressed.
I tested:
(Not OnfirstRecord)
not (pagenumber=1) and their combination, but whatever I try first page printed blank (with header and footer)
If any of previous section is not suppressed everything works fine.
Thank you
Alex