home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / pascal / 4602 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  38 lines

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