delphidestructor
Programmer
- Oct 20, 2000
- 67
I need to get the printer name, driver name, and port name from the selected printer in the print dialog to use as parameters in a crystal report object SetPrinter method. Thanks for any help, Mike. Mike
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if not PrintDialog1.Execute then Exit;
with Printer do begin
Printer.Printers[Printer.PrinterIndex]