Foxtable(狐表)用户栏目专家坐堂 → compute 错误问题


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

主题:compute 错误问题

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


加好友 发短信 一级勋章
等级:狐仙 帖子:9875 积分:57602 威望:0 精华:15 注册:2008/9/1 9:45:00
  发帖心情 Post By:2016/9/21 8:44:00 [显示全部帖子]

 
If e.DataRow.Isnull("金额明细") Then
   Tables("bxpd").Current("人民币小写") = Nothing
Else
  Tables("bxpd").Current("人民币小写") = Tables("bxpd.bxpdsub").compute("sum(金额明细)","报销单号 = '" & Tables("bxpd").Current("报销单号") & "'")
   DataTables("bxpd").Save
End If

 回到顶部