Thursday, May 21, 2009

Encode Barcode String For Any BarcodeType

Encode barcode just in a few lines of code:

Barcode barcode;
;
barcode = Barcode::construct(BarcodeType::Code39);
barcode.string(true, "Barcode_String");
barcode.encode();
itemBarcode = barcode.barcodeStr();

No comments:

How to identify the user that was used to change an object from AOT in AX2012

Get the object name for which we need to track these (user and date&time) information's. Login to SQL Server Management Studio an...