Printersetting
Posted: Mon Nov 02, 2009 1:42 pm
Hi,
how we can set the (default) printersettings for
papersize
papersource
tray
that are set on the default printmenue?
here an example that not work:
Me.Page1.Orientation = 1 (landscape)
Me.Page1.PaperSize = 1 (A3)
Me.Page1.PaperSourceOfFirstPage = "Fach 3" (Tray 3)
Me.Page1.PaperSourceOfOtherPages = "Fach 3" (Tray 3)
the printername work well but nothing more
Me.Report_PrinterSettings.PrinterName = "CF635_2"
The Printer is Lexmark
best regards
Anton
how we can set the (default) printersettings for
papersize
papersource
tray
that are set on the default printmenue?
here an example that not work:
Me.Page1.Orientation = 1 (landscape)
Me.Page1.PaperSize = 1 (A3)
Me.Page1.PaperSourceOfFirstPage = "Fach 3" (Tray 3)
Me.Page1.PaperSourceOfOtherPages = "Fach 3" (Tray 3)
the printername work well but nothing more
Me.Report_PrinterSettings.PrinterName = "CF635_2"
The Printer is Lexmark
best regards
Anton