Hello,
I found out that AX 2009 BarcodeCode128 class has a bug in encodeString() method.
The problem is that it doesnt detect space (string is uppercase letters and numbers with space character), and even worse this method assigns FNC 3 symbol, this means reset string.
Another problem, if the string contains upper, lowercase letters, numbers and space, it makes code even unreadable.
Maybe someone had this bug and know how to fixed it?
Thanks in advance.