Explorar o código

切换默认打印机

MaiXinRong %!s(int64=8) %!d(string=hai) anos
pai
achega
5075a3c85d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Forms/ReportAdjustFrm.pas

+ 4 - 0
Forms/ReportAdjustFrm.pas

@@ -397,7 +397,11 @@ begin
 end;
 
 procedure TReportAdjustForm.cbPrinterSelect(Sender: TObject);
+var
+  szDeviceName: string;
 begin
+  Printer.PrinterIndex := cbPrinter.ItemIndex;
+  szDeviceName := Printer.Printers[Printer.PrinterIndex];
   ChangeDefaultPrinter(cbPrinter.Text);
 end;