DMP send ESC before and after report
diasw
Germany
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
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
There is no special option to send esc command after printing.