thanks Michael for your reply
Actually I was going through all your posts on crystal report yesterday before i posted this question.
Anyway
Approach No. 1 --> I dont know how to use sub reports. I have been on the links that you have provided for sub-reports.
Approach No. 2 --> Using this approach i managed to create 2 pages the way i want and look.
I have used Insert New Page After in detail section and that is how i get the 2nd page.
But now the problem is i just dont know how to insert more pages and do the suppression in order to show the rest of the header and detail sections.
i would really appreciate if you or anyone could help me out.....
Thanks
Mitzs
Main Topics
Browse All Topics





by: mlmccPosted on 2005-07-26 at 11:03:16ID: 14529845
Two ideas
ects.com/c ommunityCS / Technical Papers/scr _subreport s.pdf.asp
ects.com/l ibrary/kba se/article s/ c2005103 .asp
1. Use subreports for each page. This will be somewhat easier to do and maintain.
Linked and unlinked subreports
http://support.businessobj
Fake headers
http://support.businessobj
2. Use as you suggested suppression
You can have several header sectioins and detail sections
Open the report
Right click the PAGE HEADER in the left margin
Select INSERT SECTION BELOW
Repeat until you have 4 subsectioins for PAGE HEADER
PHa - Page 1
PHb - Page 2
PHc - Page 3
PHd - Last Page
Similarly for the detail section
Suppression
Right click the margin
Select FORMAT SECTION
Select each section in turn
Click the FORMULA BUTTON to the right of SUPPRESS
Formula for PHa
PageNumber <> 1
Similarly for each section
mlmcc