Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cerbadan

  1. cerbadan

    Printing text on dotmatrix printer

    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...
  2. cerbadan

    Printing text on dotmatrix printer

    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...
  3. cerbadan

    Printing text on dotmatrix printer

    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...
  4. cerbadan

    Printing text on dotmatrix printer

    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...

Part and Inventory Search

Back
Top