home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!news.ils.nwu.edu!konopka
- From: konopka@ils.nwu.edu (Ray Konopka)
- Subject: Re: Using Printer
- Message-ID: <1992Jul29.182615.2274@ils.nwu.edu>
- Followup-To: konopka@aristotle.ils.nwu.edu
- Sender: usenet@ils.nwu.edu (Mr. usenet)
- Nntp-Posting-Host: aristotle.ils.nwu.edu
- Organization: The Institute for the Learning Sciences
- References: <92210.121517DLA5@psuvm.psu.edu>
- Date: Wed, 29 Jul 1992 18:26:15 GMT
- Lines: 24
-
- In article <92210.121517DLA5@psuvm.psu.edu> <DLA5@psuvm.psu.edu> writes:
- >Can anyone tell me how to close a print job using the "Printer" unit. I can
- >print to the printer, but when I an done, my paper is still in my deskjet. Is
- >there some way to send formfeed statement to the printer, or can I close the
- >printer. I tried to use the close(lst) statement, but this didn't seem to
- >work. Thanks.
- >
-
- I would try sending a form feed when you are done printing.
- That is, Write( lst, #12 ); This is what I do for Epson 24pin
- printers and HP Laserjets, but I haven't used a Deskjet.
-
- >
- >Dave Aumiller
- >
- >P.S. Please post your response to my Email, because I rarely have access
- >to the Net. Thanks again.
-
- No Problem,
- Ray Konopka
- konopka@aristotle.ils.nwu.edu
-
- Long Live Turbo Pascal!
-
-