raghuvirk20
6th January 2017, 16:20
Hi All,

I have develop one report (Payment Voucher). But the same report is printing up to 3 times. How i can stop them.

In 1st Page
Header part is printing
Details part is not printing
Footer part is printing
In 2nd page
Header part is printing
Details part is printing
Footer part is printing
In 3rd page
Header part is printing
Details part is not printing (same as 1st page)
Footer part is printing

Please advice.

Thanks,
Raghuvir

mark_h
7th January 2017, 22:17
First make sure you are only getting the records that you expect in the session script. May just enough data to print the first page of the report. Then compile the report in debug to see if you see why the details might not be printing. Make sure the print expression is one - or if you have something in it that it is true. If necessary put both the report and session in debug mode to step thru them.