Dear experts,
Report code:
REPORT zXXXXXXX LINE-COUNT 29 LINE-SIZE 150
NO STANDARD PAGE HEADING.
write: ..........................
.
.
.
I hope printout format is A5 landscape.I already have created format type A5 landscape Z001 and created in Device type CNSAPWIN by SPAD.
Printer initialization:
(# SAPWIN indicatior makes it possible to send via berkeley protocol
\e%SAPWIN%
change WinCharSet to 134
\eW134;
set font name(SimSun)
\eFSimSun;
set orientation(LANDSCAPE)
\ePL
set font size(12.0points)
\eS160X
set vertical spacing(6.5LPI)
\el6.5;
set horizontal spacing(12.0CPI)
\ec18.7;
set top/left margin(1.0cm/1.5cm)
\eMT567;
\eML10;)
But test printout format is A4 landscape.
Could you help me?
Thanks and regards,
Collysun.
Message was edited by: collysun