[RESOLVED] subreport over lapping, CR 10
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
Re: subreport over lapping, CR 10
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.
Re: subreport over lapping, CR 10
Thanks,
I was trying that.
Steve