Foxtable(狐表)用户栏目专家坐堂 → [求助]同表引用问题


  共有2532人关注过本帖平板打印复制链接

主题:[求助]同表引用问题

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


加好友 发短信
等级:超级版主 帖子:106665 积分:542508 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2020/8/11 16:16:00 [只看该作者]

参考:http://www.foxtable.com/webhelp/topics/0625.htm

If e.DataCol.Name = "摘要" orelse e.DataCol.Name = "本金" Then 
    If e.DataRow.IsNull("本金") orelse e.DataRow.IsNull("摘要") orelse e.DataRow("摘要") <> "开户" Then
        e.DataRow("入股金额") = Nothing 
    
Else
        e.
DataRow("
入股金额") = e.DataRow("本金")
    End
 If
End
 
If

 回到顶部