Foxtable(狐表)用户栏目专家坐堂 → 精简代码


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

主题:精简代码

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


加好友 发短信
等级:超级版主 帖子:13837 积分:69650 威望:0 精华:0 注册:2016/11/1 14:42:00
  发帖心情 Post By:2017/1/24 2:08:00 [显示全部帖子]

Dim dcs As String() = {"版次","修订日期","批准日期","培训日期","生效日期","发布日期"}
Dim hasnull As Boolean = False
If array.indexof(dcs, e.DataCol.name) >= 0 Then
    For Each dc As String In dcs
        If e.DataRow.isnull(dc) Then
            hasnull = True
            Exit For
        End If
    Next
    If hasnull = False Then
        e.datarow("报备人") = _username
        e.datarow("报备日期") = dt
    End If
End If

 回到顶部