A Better Way To Print a Form
Technical Information Database TI1412D.txt A Better Way To Print a Form Category :General Programming Platform :All Product :Delphi All Description: The following TI…
Print Bitmap as DIB
Print Bitmap as DIB by Boris Nienke (you need a Form with a TImage and a TButton) – just for 24bit bitmaps. If…
QuickReport and Win2000
> a client using a Delphi program written by me installed Win2k on his > Computer and now some QuickReports don’t work. With…
QuickReport, Win2000 and AccessViolation
Q: QuickReport (QR) brings AccessViolations on Win2000 if i try to print more or bigger pages or pages with graphics. What can i…
Save QReports pages as BMP
The following code example will save You report in the “one page per BMP file” manner. [code lang=”delphi”]procedure TForm5.Button4Click(Sender: TObject); var BMP: TBitMap;…
Using the default-printer-dialog for QuickReport
If you are using a standard Delphi printer setup dialog, the way to do it is: [code lang=”delphi”]If PrinterSetupDialog.Execute then begin Report.PrinterSettings.PrinterIndex :=…
Print direct to Port (without driver)
> Hi, > > I have a Serial Printer conected to COM1 but I don’t have the NT driver > for it (it…