Henry Olive 5 Posted November 6, 2023 Good Day, I have 2 printers, before print any doc i may change my printer via PrintDialog with below codes i can print my docs w/o any problem but when i change the to my second printer ( not default) i get empty paper (no print) what am i doing wrong ? QrPreview1.QRPrinter.PrinterIndex:= Printer.PrinterIndex; QrPreview1.QRPrinter.Print; Thank You Share this post Link to post
Minox 7 Posted November 7, 2023 if you change the value to "PrinterIndex" it is called "EndDoc", so you have to select the printer before "BeginDoc" Share this post Link to post