本文介绍了如何在Crystal Report公式中将金额转换为单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用来将GrandTotal转换成单词的公式。



ToWords({DtBHeader.GrandTotal})





这里DtBHeader是DSB.xsd文件中的表,GrandTotal是来自其中一个数据库表的列。

GrandTotal decimal(18,0)

Formula I am using to convert GrandTotal into words.

ToWords ({DtBHeader.GrandTotal})


here DtBHeader is table in DSB.xsd file and "GrandTotal" is column from one of the database table.
GrandTotal decimal(18, 0)

推荐答案


这篇关于如何在Crystal Report公式中将金额转换为单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 16:20