Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick report ignoring printer settings ?

Status
Not open for further replies.

BuilderSpec

Programmer
Dec 24, 2003
383
0
0
GB
Hi

In the quickreport preview screen there is a printer settings icon. I use this to set printer settings like double sided print etc... however when i then print the report it then ignores any settings I made.

Any ideas ?

Using QuickReport 3.3.0 in C++ Builder 5 Professional

Regards

BuilderSpec
 
(TQuickRepPrinterSettings) in the properties list.

you probably have to add these arguments into the
print operation manually. I would imagine you do
this in the BeforePrint event. dont ask me how though,
Im still learning to subclass.

;-)

TC
 
TCustomQuickRep

TQuickRepPrinterSettings

TQRPrinterSettings


Properties Methods

Copies Create
Duplex ApplySettings
FirstPage
LastPage
Orientation
OutputBin
PaperSize
PrinterIndex
Title


TQRPrinterSettings.ApplySettings

by thrashing out the properties and methods
I usually, within a couple of weeks, am able to
apply a hobbled version of a component I am just
learning to use. I have used Quick report to some
extant but I am not profficient at it. Though I am
sure that if you follow the leads I have given you
above, you will get up and running soon.

sooner if someone gives you the code here.

now were is an expert when you need one.

;-)


TC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top