duplex printing in Terminal Server environments
FastReport Version 5.1.1
Delphi XE5
Hello,
I have two questions because of problems with duplex printing in Terminal Server environments:
??? This code does not seem to work. In the Object Inspector the ?»Duplex?« property is not available.
Reportxyz.PrintOptions.Duplex := dmVertical;
This code works fine in local machine in the network..
However, always two pages are printed on terminal servers:
TfrxReportPage(ReportAnmeldekarte.Pages[1]).Duplex := dmVertical;
If I turn on the printing options, e.g. duplex and vertical print the duplex printing is also working on Terminal Servers:
Reportxyz.PrintOptions.ShowDialog := true;
Could anybody tell me how to print duplex in Terminal Server
environments without using the printer selection dialog?
Thank you.
Delphi XE5
Hello,
I have two questions because of problems with duplex printing in Terminal Server environments:
??? This code does not seem to work. In the Object Inspector the ?»Duplex?« property is not available.
Reportxyz.PrintOptions.Duplex := dmVertical;
This code works fine in local machine in the network..
However, always two pages are printed on terminal servers:
TfrxReportPage(ReportAnmeldekarte.Pages[1]).Duplex := dmVertical;
If I turn on the printing options, e.g. duplex and vertical print the duplex printing is also working on Terminal Servers:
Reportxyz.PrintOptions.ShowDialog := true;
Could anybody tell me how to print duplex in Terminal Server
environments without using the printer selection dialog?
Thank you.