TECH TIP: Troubleshooting Custom Paper Sizes Some printers cannot handle custom paper sizes, or they can only handle custom paper sizes within a limited range of values. Troubleshooting Tips: To test paper sizes you can run demo 121 in the main reports demo app. This demo displays a printer settings dialog and is very useful Full Article…
Search the Wiki
Viewing 154 to 156 of 408 items
Controlling the Printer
TECH TIP: Controlling the Printer The PrinterSetup Class You can control which printer is selected for a report and its associated properties at either design-time or run-time. You can also do things like print to two different printers at once or have a report that consists of multiple section type subreports with each section going Full Article…
Control Bin
TECH TIP: Selecting Paper Bins for Each Page Sometimes you may want to print the first page of a report to the manual bin and then print the remaining pages to the default bin. You can use the Report.OnStartPage event to set the bin for any page. Example: procedure TForm1.ppReport1OnStartPageEvent(Sender:TObject); var lsBinName: String; begin if Full Article…