‎2009 Apr 07 7:05 PM
Hey friends
I've got a problem with my SAPSCRIPT Printin'
I need to print a check.
For that i create a special device based on EPESCP9, and in the printer initialization, i've got this:
# impresora de cheques #
# reset
#\e\0x40
# select codepage multilingual 850
#\e\0x52\0x1a
# disable skip perforation mode
#\e\0x4f
# select 6 lpi
\e\0x30
# set page size 22 lines (22 hex $16)
\e\0x43\0x16
# select LQ quality
\e\0x78\0x01
# select non-proportional spacing
\e\0x70\0x01For my it's Ok, beacuse i make a "cut page" a 7 CM and that's working.
My problem is that when i print the check, the print is align to the left, and for the first line (at the first impression) i got a tabulation.
Somebody cant help me with this.
‎2009 Apr 08 10:13 PM
Well.
The solution was easy.
I have to re-activated my sapscript using all the element text there.
Thanx aniway.