Duplexing
My Client has a Kyocera FS9500 DN with the duplexing option. The requirement is for FastReports is to print an invoice on the front of the page, and a statement on the back. I've structured my tables and sql as follows
Client
||
tran_header
// \\
invoice subset of tran_header
lines
I've been using a multi page report, which works fine, but I can't get the each statement to follow the appropriate invoice. (ie it prints all invoices and then all statements which ovbiously is not what I want). Any help would be appreciated.
Client
||
tran_header
// \\
invoice subset of tran_header
lines
I've been using a multi page report, which works fine, but I can't get the each statement to follow the appropriate invoice. (ie it prints all invoices and then all statements which ovbiously is not what I want). Any help would be appreciated.
Comments
I write a program with Delphi 7 and Fast-Report 3.03 component in Windows Xp professional.
My program have Two page in Fast-report ( page1 for front side of card and page2 for back side of card in card-printer).
I tested my program for double side print in card-printer While I tested this
program printer only print front side of card (can not print back).
Please help me.