Click to See Complete Forum and Search --> : The report should be printed based on the printer settings


sasikumar1978
November 20th, 2004, 04:20 AM
Hi All

My problem is my report should get printed based on the printer settings (i.e.) If the printer option is set to print on both side then the report should get printed on both else if the print on both side option is unchecked then the report should get printed on single side.

How to handle this from VB side

Please help me, i have to fix this problem by coming monday

With Regards
Sasi :cry:

springsoft
November 21st, 2004, 10:45 PM
the CRAXDRT object exposes a PrinterDuplex property.
See the object browser in VB and then try to work out how to get it to work.

dave

sasikumar1978
November 23rd, 2004, 11:56 PM
My problem is my report should get printed based on the printer settings (i.e.) If the printer option is set to print on both side then the report should get printed on both else if the print on both side option is unchecked then the report should get printed on single side.

How to handle this from crystal report side

Please help me, i have to fix this problem by coming thursday