Click to See Complete Forum and Search --> : New page on Crytal Report


alvin12
July 27th, 2005, 10:19 PM
Hi guys, Im new in Crystal Report programming and I'm using version of Crystal Report found in VS.Net.

The scenario of my report is this:
It is a vocher report with check below the page (i hope you can imagine what the paper layout looks like). Each voucher may contains 2 to 100 of details (rows). But each voucher page can contain only 10-15 details. So for the other details(rows) i must put it on another page (a blank/plain paper without check below).

User can print in batch (meaning more than 1 record per printing).

To make it even harder (for me), I need to print the remaining details (rows) after the batch of print. Meaning the program should first print all the voucher reports with check and after that the printing of remaining voucher details should follow.

My problem is how to limit each voucher record to contain only 10-15 rows/details. And print remaining details/rows of each voucher record on another blank page (after printing voucher with checks).

Thanks guys.. Hope you have solutions on this query..

ALVIN