Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Printing Report on 11x17 (w/sp1)

0 views
Skip to first unread message

Ryan Marcotte

unread,
Apr 3, 1998, 3:00:00 AM4/3/98
to

I just installed Service Pack 1 and I am still having problems printing
a report. I would like to print a report in landscape mode and on 11x17
paper. I cannot get Pdox 8 to print on 11x17 paper. I am attempting to
print to an HPLJ4MV on a Novell 4.11 network using the LaserJet 4V/4MV
Postscript Driver. Here is the objectPal code I call to print the
report:

; open report and print it
if PLReport.open(":DESIGN:PLREPORT", WinStyleHidden) then
PrinterGetOptions(prnOptInfo)
prnOptInfo.orientation = prnLandscape
prnOptInfo.PaperSize = prn11x17
PrinterSetOptions(prnOptInfo)
rptPrnInfo.name = "Parts List - "+client+" "+parts_list_name
PLReport.print(rptPrnInfo)
PLReport.close()
PrinterGetInfo(prnInfo)
beep()
msgInfo("Parts List Print", "Parts List sent to
"+prnInfo.DeviceName+" on "+prnInfo.PortName)
else
lib.msgError("Problem", "Unable to open report :DESIGN:PLREPORT")
endif

Can anybody see anything I'm missing in my code?

Thanks in advance for any help.

Ryan Marcotte
rmar...@enerconmaine.com


Tom Spielman

unread,
Apr 6, 1998, 3:00:00 AM4/6/98
to

Don't have a solution for you, but I wanted to let you know that I'm
having a similar problem trying to print on Legal. It does print
Landscape now after installing the patch, but on letter size paper.

- Tom

0 new messages