-
Hi.
I am writing an app that runs on a printer like the old dot matrix with feeders. What i want to know is (maybe for the older programmers) is there some way I can tell the printer to stop advancing the paper immediately after the text has been printed.
Basically, I don't want to print one or two lines of text and the printer runs up an entire sheet of paper.
I know that would be impossible with paper tray printers, but I remember when my IBM4680 would do that a few years ago.
Any ideas?
Thanks
Wengang
-
Basically, the print process is sending a FormFeed to the
printer after the final line.
If you are printing out of NT or 98 or something equally
rediculous, you should be able to change the defaults on
the printer connection. You'll probably need to hit
several sources before you find the answer.
Don't bet big $$$ on it being possible, however. I've seen
loads of people say the underlying OS is DOS, but it
isn't. You CAN'T do everything Dos did.
have you Considered re-directing the print stream to a
file? Perhaps you could print only when the line count >
45.
Good Luck
DerFarm