I need to print letters in my application in duplex (two - sided printing).
I have the following code in the clicked event of the print button:
dw_print_letter.Object.datawindow.print.duplex = 3
This sets the duplex property to true & works fine on NT to print duplex letters, but fails on UNIX print servers.
Any ideas/suggestions?
thanks in advance.
I have the following code in the clicked event of the print button:
dw_print_letter.Object.datawindow.print.duplex = 3
This sets the duplex property to true & works fine on NT to print duplex letters, but fails on UNIX print servers.
Any ideas/suggestions?
thanks in advance.