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 remote printing from NT to UNIX won't print in Landscape

Status
Not open for further replies.

techgeek

Programmer
Jul 26, 2001
4
US
I have created a report in Crystal version 8 that is being sent to UNIX from NT and then to a network printer from UNIX. Basically, it's utilizing the craxdrt.dll at runtime.

I'm using the "SelectPrinter" Method as shown below.

Session("oRpt")SelectPrinter "HP LaserJet 2100 Series PS", TEST3, "winspool,NE00:"

This is different than the method I used with Crystal Reports 7 where the object was as follows:

objCRReport.PrinterName = "TEST3"
objCRReport.PrinterPort = "10.51.1.102:TEST3"
objCRReport.PrinterDriver = "HP LaserJet 2100 Series PS"

Anyways, the problem I'm having is that the report will not print in Landscape like it has been compiled in Crystal, it always defaults to Portrait. Do you know of any methods where I can force the report through to UNIX in Landscape?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top