dirk.poettrich
29th November 2018, 10:36
Hi all

i need help

I've created a barcode in the head and in the details.

script:
barcode.pdno = tcmcs.str6
Header.1
before.display:
barcode.pdno = str$(tisfc001.pdno)

my Problem is:
when printing to a direct printer (Kyocera), the barcode is not embedded in the layout. a kind of blank line is created.
The result is that the page break no longer fits.

If I print on bw print (Windows printer) the layout looks good

anybody got an idea?

in the appendix:
- type38 from /baan4/bse/lib/Barcode/hplj4
- field.jpg is field Definition
- Report bw print = Windows printer
- Baan Report 1 = direct printer

dirk.poettrich
29th November 2018, 11:58
I have the solution

echo "!R! UNIT D; MRP 0, -40; BARC 19, Y, '$1',140,140, 3, 6, 10, 10, 3, 6, 10, 10; MRP 0, -10; exit;"

Thanks