Hi there,
I'm struggeling in implementing a Code 128 C in Navision.
The code128 file comes from this site :
http://www.dafont.com/de/code-128.font
Currently I'm not able to place the right Start,Stop and FNC1 Character in Navision. I searched the whole web for a solution but i couldnt find it.
If i use the normal ASCII charset for that it doesent work.
http://www.adams1.com/128table.html
Does anyone ever had the same issues? Or does anyone build his own Code128C BarCode in Navision?
Thanks in advance
Answers
grandzebu.net/informatique/codbar-en/code128.htm
Tested in NAV and works fine.
xStepa
Here is my Code:
I call this function like this, where FNC1 hast the value 207:
I dont know why espacially the Code C does not work.
(3754 => EV => 1*E + 2*V) - calculate the checksum from the result string:
EDIT: Sorry, should be the same, but your RetVal seems to be wrong, since the pText is not encoded ...
xStepa
I've found this post due to a problem. In our customers with navision 2016-2018, we've installed the barcode management objects downloaded from this web page. Everything was working perfeclty, until one customer changed the requisites. Now, instead of Code128, they must print barcodes ein GS1-128. What changes must be do for this aim?
Thank you all