spartacus
10th December 2001, 19:14
Is it possible to send a Escape sequence (PCL) from a Baan-report to a printer?

Thanx in advance
spartacus

lsatenstein
11th December 2001, 07:07
Declare a string containing the pcl code that you require. embed this string in the header or other layout that needs the special attention.

By doing what I suggest, you make your report device dependent.
Perhaps there is a better way to achieve what you want by you specifying the problem more precisely.

spartacus
11th December 2001, 11:27
Thanks Leslie,

due to that we have this problem with only a certain printer, it will be no problem to have a device dependant solution. It should help to debug the problem

Thanx
spartacus

klixy23
15th February 2002, 16:57
I use the function PC$(num_expr) with the numbers 7 to 22 to set the control features usr1 to usr16. In the printinf I defined various code sequenzes, like:
usr1=\E

Hope this helps