Crystal Reports - Two stub check detail section repeating on multiple pages -


i have crystal reports - ap check report in format stub-check-stub:

  • the 2 stubs present identical details of check (invoices paid, etc.), total of invoices @ bottom of each detail section.
  • the actual check sandwiched between them in report.

if there more 10 detail line items, additional line items should appear on subsequent pages check section voided.

the report has first stub subreport in details section within group check number. check page footer - a, , second stub subreport in page footer - c. (page footer - b suppressed)

i have checked new page after - 10 visible records checkbox in details section of main report, , in details section of both subreports.

the report works except second stub subreport details section repeating same 10 detail lines on every page of each check.

this same question asked here: (crystal reports) break page after # of details? , answer provided didn't work second stub details.

does have suggestions on this?

the "new page after - 10 visible records" start new page after 10th records. it's similar solution provided. if want 10 lines on first page, can use same solution on link change formula on point 5. after record 10 start new page.

  1. open report in design view

  2. right click on details section , select section expert

  3. make sure details section selected in section expert dialog box. check box says "new page after"

  4. click formula editor button right of checkbox.

  5. enter following formula:

    recordnumber = 10

  6. click save , close , click ok


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -