PDA

Click to See Complete Forum and Search --> : [RESOLVED] subreport over lapping, CR 10


steve_rm
Feb 15th, 2007, 11:23 PM
Hello,

I am using 2 subreport which I have in the report footer and each subreport will display about 10 to 15 rows of data each.

SubReport1 is display above Subreport2. However the rows from subreport1 over lap into subreport2.

I would like subreport2 to continue after the last row is displayed in subreport1. Is there a way to do this

Thanks very much for any help

Steve

brucevde
Feb 16th, 2007, 12:59 AM
Crystal prints by section, meaning a section starts printing on the line below the end of the previous section. So add another Report Footer section (right click the section name and select the Insert Section Below menu item). Place SubReport2 in that section.

steve_rm
Feb 16th, 2007, 01:32 AM
Thanks,

I was trying that.

Steve