Covered child band
Structure of my report:
On MasterData2 I have horizontal line and memo which can contains multirow text -> band property Streched=true
ChildBand2 is also Streched=true with several memo boxes side by side; child height = 16.
And now comes problem If ChildBand2 reaches bottom (or there are > 1 pages) of the page, memo boxes at the bootom are invisible - but the horizontal lines are visible and compressed above the PageFooter. I try to reduce PageFooter to height=5 (originaly 40) but still nothing. Only if I delete PageFooter memo boxes on ChildBand2 are visible. Please help me.
Maybe another question. Is there any other solution for "auto streched" memo boxes (full page width) instead of child bands?
PageHeader
MasterHeader1
MasterData1
ChildBand1 with SubReport
 on SubReport I have:
  MasterHeader2
  MasterData2
   ChildBand2
PageFooter
On MasterData2 I have horizontal line and memo which can contains multirow text -> band property Streched=true
ChildBand2 is also Streched=true with several memo boxes side by side; child height = 16.
And now comes problem If ChildBand2 reaches bottom (or there are > 1 pages) of the page, memo boxes at the bootom are invisible - but the horizontal lines are visible and compressed above the PageFooter. I try to reduce PageFooter to height=5 (originaly 40) but still nothing. Only if I delete PageFooter memo boxes on ChildBand2 are visible. Please help me.
Maybe another question. Is there any other solution for "auto streched" memo boxes (full page width) instead of child bands?
Comments
I remake demo example 47.frf to my case and problem exists - only when I use subreport with subreport-master-detail-child combination.