QuickReports on different paper sizes
Hi! Have you looked at the TPrinter-object?
You can set the printer you want to use with the Printer.PrinterIndex.
For example:
Printer.PrinterIndex:=0; Sets the first printer you have installed
Printer.PrinterIndex:=-1; Sets the printer to the default printer
Observe! That this function don't make an global change to your system, it's just for the time being.
|