Barcode in AX 2012

Barcode         Mybarcode;
Mybarcode = BarcodeCode39::construct();
Mybarcode.string(true,_yourtable.Id );
Mybarcode.encode();
_yourTmpTable.Barcode= Mybarcode.barcodeStr();
_yourTmpTable.BarcodeHR= Mybarcode.barcodeStrHR();

Comments

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365/ Ax2012: X++ code for custom lookup to show customer account and Name

D365: Modifying check report along with the slip text