Guest_imported
New member
- Jan 1, 1970
- 0
I'm calling a Crystal Report from an ASP using the method
session("oRpt".SelectPrinter (driver,printer,port)
"HP Laserjet 2100 Series PS"
, "TEST3"
, "winspool,Ne01:"
TEST3 is a printer setup on Windows NT that sends the print job to a UNIX box using TCP/IP printing. My problem is that the Crystal report is saved in Landscape, but defaults to portrait when printed from the UNIX queue. If I call the report directly from a browser it shows up as Landscape as well. Anyway I can force it through to UNIX in Landscape?
session("oRpt".SelectPrinter (driver,printer,port)
"HP Laserjet 2100 Series PS"
, "TEST3"
, "winspool,Ne01:"
TEST3 is a printer setup on Windows NT that sends the print job to a UNIX box using TCP/IP printing. My problem is that the Crystal report is saved in Landscape, but defaults to portrait when printed from the UNIX queue. If I call the report directly from a browser it shows up as Landscape as well. Anyway I can force it through to UNIX in Landscape?