duplex printing in Terminal Server environments

UdoUdo
edited 12:36AM in FastReport VCL 5
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.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.