Foxtable(狐表)用户栏目专家坐堂 → 数字转换为人民币大写的问题


  共有4121人关注过本帖树形打印复制链接

主题:数字转换为人民币大写的问题

帅哥哟,离线,有人找我吗?
有点酸
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1093 积分:6682 威望:0 精华:0 注册:2013/7/1 9:05:00
  发帖心情 Post By:2022/1/20 15:16:00 [显示全部帖子]

dataColChanged事件:

if e.dataCol.Name = "A列" then  
   if e.dataRow.Isnull("A列") Then 
       e.DataRow("B列") = Nothing 
   Else
       e.DataRow("B列") = Cumoney(e.DataRow("A列") )
   End if
End if


 回到顶部