How to print directly on a dot matrix printer

edited 10:18AM in FastReport 4.0
Hello,

I need to print to a dot matrix printer directly just the same way as I would write to a console application:

WriteToPrinter('line 1');
WriteToPrinter('line 2');
WriteToPrinter('E#27');
etc.

Thank you

Comments

  • edited 10:18AM
    Simple, start with a dot-matrix report. I am sure the manual tells you how to.

Leave a Comment