| View previous topic :: View next topic |
| Author |
Message |
Aydin Member
Joined: 21 Aug 2006 Posts: 2
|
Posted: 21/08/06 19:07 Post subject: Quickreport and Duplex Print |
|
|
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.
|
|
| Back to top |
|
 |
kokkoras Senior Member

Joined: 12 Mar 2005 Posts: 250 Location: Thessaloniki, Greece
|
Posted: 23/08/06 02:39 Post subject: |
|
|
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).
_________________ Fotis |
|
| Back to top |
|
 |
Aydin Member
Joined: 21 Aug 2006 Posts: 2
|
Posted: 23/08/06 06:44 Post subject: |
|
|
| 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.
|
|
| Back to top |
|
 |
|