bartman
29th May 2019, 16:19
Hello,

does anybody have any idea, how to get an underline "_" into a barcode of type 39 in a report of Infor LN (keyword "full ascii / exended ascii")?

Actually the underline is printed out as a space " ".

Regards

bdittmar
29th May 2019, 17:15
Hello,
are you using CODE39 or Code39e (Extended)

value1&chr$(95)&value2

Regards

bartman
3rd June 2019, 14:23
Hello,

I am using code 39 with no check digit (USD-3).

Relevant Line on $BSE/lib/barcode/...:

!R! UNIT I;SCP;MRP 0,-0.35;BARC 19,N,'${code}',0.4,0.4,0.017,0.034,0.034,0.034,0.017,0.034,0.034,0.034;RPP;EXIT;

I would like to know how to switch this line to extended code 39.

Regards

bdittmar
3rd June 2019, 14:34
Hello,
you're using kyocera prescribe:


Table 20 Characters that can be used

for type 19

$%+-./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ and spaces

no UNDERLINE in the character set !


Why not Code 128 -> prescribe type 24

All (ASCII characters 32 - 126)

Regards