G
Guest
/diagram
<header>
<subreport1>
<subreport2>
<subreport3>
/end diagram
each sub report eats a full page.
i am testing for null and setting the visibile property of the subreport and
page break to false. still getting a blank page (with header) for the hidden
subreport.
on the details format event:
if isnull(Report_thatreport.thatfield) then
Report_thatreport.visible = false
me.pagebreak.visibile = false
'me.detail.height = me.detail.height - height of subform
end if
its finding the null and setting the visible property correctly. Its also
finding the page break and setting that propert correctly. I am still getting
a blank page [with header].
If the subreport contains no information then i need to not print that page.
<header>
<subreport1>
<subreport2>
<subreport3>
/end diagram
each sub report eats a full page.
i am testing for null and setting the visibile property of the subreport and
page break to false. still getting a blank page (with header) for the hidden
subreport.
on the details format event:
if isnull(Report_thatreport.thatfield) then
Report_thatreport.visible = false
me.pagebreak.visibile = false
'me.detail.height = me.detail.height - height of subform
end if
its finding the null and setting the visible property correctly. Its also
finding the page break and setting that propert correctly. I am still getting
a blank page [with header].
If the subreport contains no information then i need to not print that page.