Bar Code in d365 fo x++

 public str getItemInfo(ItemId ItemNo)

    {

        ProdTable   vProdtable;

        str iteminfo;

        #define.EmptyString('')

        iteminfo = #EmptyString;



        select * from vProdtable

           where vProdtable.ItemId   ==  ItemNo;


        iteminfo    = ItemNo;

        iteminfo = BarcodeCode39::construct().encodeString(iteminfo);

        return iteminfo;

    }

Comments

Popular posts from this blog

how to write a Display Method in d365 fo x++

Convert Amount from one currency to another curency in d365 fo x++

Jumpref Method in form The table does not exist as a root FormDataSource for the form in d365 fo x++