 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Michael Kochendoerfer Guest
|
Posted: Mon Feb 06, 2006 9:04 am Post subject: Printer setting problem QR 3.5 D5 |
|
|
Hi,
I need help for my current project using QR 3.5 and Delphi 5. I designed
some printouts which are contained within my project code. Printing and
previewing works well, except when a user chooses different printer
settings in the print dialog. Quick report seems to ignore those settings
completely, such as duplex mode or input bin.
The code is very simple, and I don't modify the printer within the code. So
I wonder why it won't work. Here's a part of my code:
// Choose preview or printing
// Code omitted, simply sets variable DoPrev to true/false
// Containing form is frmPSTyp4
// QuickRep object is qrMain
with frmPSTyp4 do begin
qrMain.PrinterSetup; // <- here, users choose different settings
if Tag = 0 then begin
IsPreview := DoPrev;
if DoPrev then qrMain.Preview;
if DoPrint then qrMain.Print;
end;
end;
Please give me some help anybody... any input is greatly appreciated.
TIA,
Michael |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Feb 08, 2006 1:02 am Post subject: Re: Printer setting problem QR 3.5 D5 |
|
|
Michael,
Try qusoft.com. As I recall this is an issue that is covered fairly
thoroughly. I thought it took an upgrade, but I certainly could be
wrong.
akatunafish |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|