Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP PRINTING

Former Member
0 Likes
405

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\0x01

For 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.

1 REPLY 1
Read only

Former Member
0 Likes
337

Well.

The solution was easy.

I have to re-activated my sapscript using all the element text there.

Thanx aniway.