hi expert, i have query, i want to display sales quotation line amount in words on ssrs report, for this i am using Global::numerlstxt() method, but i did not get any positive result, my code is
salesquotation.linAmount=Global::numersltxt(custquotationtrans.lineAmount);
this is line give me "operand types are not compatible with the operator"
also i try that declare a new var type of string i.e str Amount =Global::numersltxt(custquotationtrans.lineAmount)
and then that string assign to salesquotation.lineAmount
i.e saleaquotation.lineAmount=Amount
this also give me "operand types are not compatible with the operator" error, so for that
i just used saleaquotation.lineAmount=str2num(Amount);
error remove, but my desire result not acheving, where is problem,
plz guide me..
Regards.
*This post is locked for comments