Solved...

As to send the command for the printer.
In a Epson LX-300 the command for 8LPP is ESC 0.

Solved. (I found in a message posted in Dec 29 2004, 04:51 AM for AlexTZ):

Put the empty memo object and write the following in its OnBeforePrint event:
DMPMemo1.Text := #27#48;

JMN

Leave a Comment