what is exact purpose of edt(real) using in display method?
display real ReqQty()
{
InventTrans inventTrans;
select * from inventTrans
where inventTrans.ItemId == Item_0001;//this.ItemId
return inventTrans.Qty;
}
*This post is locked for comments
I have the same question (0)