将数字转换为水晶报表中的单词 [英] Converting Number to words in crystal report

查看:82
本文介绍了将数字转换为水晶报表中的单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在总金额列中创建了一个水晶报告Rs 5000.i将5000转换为单词Five thoushand和xx / 100.





我希望输出为Rupees Five Thoushand,请帮助我。



怎么做。请告诉程序。

i created a crystal report in that total amount column Rs 5000.i convert the 5000 to words Five thoushand and xx/100.


I want the output as Rupees Five Thoushand only please help me.

how to do.please tell the procedure.

推荐答案

使用它,

use this,
'Rupees' + ProperCase(Replace(ToWords (( {sp_AgFinV2Cheque;1.FINALAMT})),’and xx / 100′,’only’))



更多详情

访问链接

http://datamart.org/2009/06/09/crystal-reports-totext-and -towards-function /



快乐编码!

:)


For more details
visit link
http://datamart.org/2009/06/09/crystal-reports-totext-and-towards-function/

Happy Coding!
:)


'卢比'+ ToWords(tonumber({DepositReceipt.Amount}),0)+'Only。'
'Rupees ' + ToWords(tonumber({DepositReceipt.Amount}),0) +' Only.'


这篇关于将数字转换为水晶报表中的单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆