Duplicate invoice on one A4 page
Hi, how do I create a report that prints an invoice twice on one page. I have tried without sucess using child reports, multiple master headers and datasets, the composite report etc.
Basically you have document header with addresses, dates, account number etc. Then document lines and and last the document footer adding totals on lines. The document lines must print 9 lines then break for the second page. I need this printed twice on on A4 page as per the image below.
Basically you have document header with addresses, dates, account number etc. Then document lines and and last the document footer adding totals on lines. The document lines must print 9 lines then break for the second page. I need this printed twice on on A4 page as per the image below.
Comments
http://www.fast-report.com/en/forum/?p=/discussion/7964
Mick
came across same problem and found perfect solution on another site. It says
You can test
1 - Print two copies of the receipt and a sheet of A4 paper;
Design the report in an A5
After the property Report (TFrxReport)
-PrintOptions:
Collate: = True
Copies: = 2
PrintOnSheet: = A4
PrintMode: = pmJoin
Thanks to author/User RenOmaS
Original Link: http://forums.fivetechsupport.com/viewtopi...f=3&t=21160
p.s. I had to change following things in above settings:
Page size was custom but smaller than A4
PrintOnsheet takes integer value , so i checked it first on print dialog then passed index of A4 to the property.
this link is also helpful in understanding these options
http://www.fast-report.com/documentation/U...rt_printing.htm