Foxtable(狐表)用户栏目专家坐堂 → 设置时间限制


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

主题:设置时间限制

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


加好友 发短信
等级:小狐 帖子:302 积分:1860 威望:0 精华:0 注册:2012/4/27 11:34:00
  发帖心情 Post By:2012/5/28 16:23:00 [显示全部帖子]

If e.DataCol.Name = "离开时间" Then '如果更改的是身份证号码列
    If e.DataRow.IsNull("离开时间")=False  Then '身份证号码是否为空

         If  e.DataRow("离开时间") <=   e.DataRow("入住时间")  Then
             e.
DataRow("
离开时间") = Nothing '如果为空,则清除出生日期      

             MessageBox.Show("离开时间必须大于入住时间 !")

        End If

     End If

End If


 回到顶部