Page 1 of 1

Quickreport and Duplex Print

PostPosted: August 21st, 2006, 7:07 pm
by Aydin
Hi everybody!

I have just joined to the site. I have a big problem with the quickreport.

I want to use duplex print property of quickreport. I have two quickreport page. For example page-1 and page-2. There is duplex property in the object inspector window, it is true. But it is not working. When I did the "true" of its property, everythings ok? Or how can i do duplex print property within delphi?

thank you.

PostPosted: August 23rd, 2006, 2:39 am
by kokkoras
I think that first of all, your default printer must support dublex printing. You can pretend that you have such a printer by intalling the proper drivers (that is, from some printer that suppors dublex printing).

PostPosted: August 23rd, 2006, 6:44 am
by Aydin
kokkoras wrote:I think that first of all, your default printer must support dublex printing. You can pretend that you have such a printer by intalling the proper drivers (that is, from some printer that suppors dublex printing).


hi. yes, i agree with you. there is no problem that you say. But, My problem is in quickreport. I have to solve this problem in quickreport. But I don't know how it is do. For Example, "Quickreport1.PrinterSettings.Duplex:=True;"

Everything must be ok with this code. But the code is not working.

thanks.