DMP send ESC before and after report

diaswdiasw Germany
edited 9:27AM in FastReport 3.0
Hi,

I need to set the papersize temporariliy to 8 inches large in my matrix-printer (Epson-compatible).
in D7 i got :
frxReport1.report.reportoptions.initstring := #27#67#0 + '8';
frxReport1.show...

Doesn't work. wrong EsC-Sequence?

Next question: can I reinitialize (=send ESC-commands) the printer after having printed in this format?

Thanks
Sascha

;)

Comments

  • edited 9:27AM
    ReportOptions.InitString should work, you could check the esc command presence in the output file if you select "print to file".
    There is no special option to send esc command after printing.

Leave a Comment