Hi,
Thx, I'll try it.
Anyway, a pieceof codelike this works.
var f:textfile;
begin
assignfile(f,'LPT1');
rewrite(f);
writeln(f,'Any text');// orany escape codes
closefile(f);
end;
easyer than I thought.
:)))
I tryed something like this but instead of using 'LPT1' I tryed with...
Exactly that's the problem. No matter how much you write, if you use enddoc it will take off the paper until the end of the paper size. Because of this I can't 100 invoices so that fit the pre-printed pages perfectly.
The point is to stop the printer from taking off the paper.
Anyone, any ideea...
Thanks alot, but DosPrint is not for free...
Fortes Report can print text without writing it into a document? I would like a command line like this:
WriteLN('any text here');
And the printer should stop exactly after the last line and execute the next command. I tryed it with a lot of...
Does anyone knows (with full source code) how can I print text with an Epson dot matrix printer, so that I can print with Win XP just like in DOS. Continously, not related to a page size, just text. The biggest problem is to print 1 line of text so that the printer won't pull off the paper. (the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.