以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  怎样指定列的数字转为金额大写为繁体?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=11494)

--  作者:tungwun
--  发布时间:2011/7/30 20:44:00
--  怎样指定列的数字转为金额大写为繁体?
怎样指定列的数字转为金额大写为繁体?
--  作者:czy
--  发布时间:2011/7/30 21:08:00
--  
If e.DataCol.Name = "第一列" Then
    e.DataRow("第二列") = StrToTraditional(CUMoney(e.DataRow("第一列")))
End If