Hi Sohaib,
I am Writing the below Code in PurchPurchaseorderHeader Table.
display str numToText()
{
Str text;
text = Global::numeralsToTxt(this.Amount);
return text;
}
My Question Is How to Get this in the Visual studio dataset
Hi Sohaib,
I am Writing the below Code in PurchPurchaseorderHeader Table.
display str numToText()
{
Str text;
text = Global::numeralsToTxt(this.Amount);
return text;
}
My Question Is How to Get this in the Visual studio dataset