Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP Crystal 8 Printing from NT to UNIX defaults to Landcape

Status
Not open for further replies.

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top