I have to display barcodes with the GS1-128 standard in a VFP report. One example is the following:
40170900223100000013
The first 3 digits (401) are the so called AI. The last digit (3) is a control digit calculated by at method I have implemented (that is proven correct).
My problem is how to implent this in a report field and get it acceptet by the scanner? I have bought barcodes from BarCodeWiz and have tried different fonts like BCW_Code128_1 and BCW_Code128B_2 (reccomended by the company). I find it almost impossible to find clear and good description about how to implement the GS1 standard. Descriptions of codes before and after the actual numbers are varying. The last reccomondation from the font company was like this:
ÌÊ40170900223100000013´¸µº´ºÎ
In a VFP report I will then put the following expression:
"ÌÊ40170900223100000013´¸µº´ºÎ"
This seems to give a nice barcode, but is not accepted as a GS1-128 code by the scanner.
Does somebody have experience with GS1?
40170900223100000013
The first 3 digits (401) are the so called AI. The last digit (3) is a control digit calculated by at method I have implemented (that is proven correct).
My problem is how to implent this in a report field and get it acceptet by the scanner? I have bought barcodes from BarCodeWiz and have tried different fonts like BCW_Code128_1 and BCW_Code128B_2 (reccomended by the company). I find it almost impossible to find clear and good description about how to implement the GS1 standard. Descriptions of codes before and after the actual numbers are varying. The last reccomondation from the font company was like this:
ÌÊ40170900223100000013´¸µº´ºÎ
In a VFP report I will then put the following expression:
"ÌÊ40170900223100000013´¸µº´ºÎ"
This seems to give a nice barcode, but is not accepted as a GS1-128 code by the scanner.
Does somebody have experience with GS1?