Hi all. We use Progress (Version 9.1D) and VPE (3.5) and having been
using barcodes with no problems for over two years. Today I had a
problem printing this string (without the quotes):
"IT1 71428 I24515"
The resulting barcode scans as: (check digit 9)
IT1 71428 I245159
The check digit should be a "+" I believe.
IT1 71428 I24515+
Has anyone else encountered this problem? I reprinted this barcode 3
times (in different sizes) and it was wrong each time. Is it a bug?
The code I use to produce the barcode is below:
chReport:setbarcodeparms(2,2).
chReport:barcode(220,1520,995,1650, 6, "IT" + c_site + " " + c_part
+ " " + c_bin,"").
Thanks,
David Hopper
Lowen Corporation