CrystalReports9
Programmer
I have one mainreport & two subreports.
In one of the subreport retrives more than 8 rows then i have 2 skip into the new page. While skipping to the new page the Main report's RH,GH,GF,RF values also bring into the new page.
Question:
---------
How to acheive this ???
I Tried like :
--------------
In the subreport i controled the number of lines as 8 by using REMAINDER(Recordnumber,8)=0.
Question:
---------
Whether i have to set the option 'New page Before' in the main report or in the subreport.
Thank you
In one of the subreport retrives more than 8 rows then i have 2 skip into the new page. While skipping to the new page the Main report's RH,GH,GF,RF values also bring into the new page.
Question:
---------
How to acheive this ???
I Tried like :
--------------
In the subreport i controled the number of lines as 8 by using REMAINDER(Recordnumber,8)=0.
Question:
---------
Whether i have to set the option 'New page Before' in the main report or in the subreport.
Thank you