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?
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?