加好友 发短信
等级:贵宾
帖子:39310
积分:196782
威望:0
精华:1
注册:2015/4/25 9:23:00
|
Post By:2015/5/12 21:08:00 [显示全部帖子]
Select Case e.DataCol.name Case "B" If e.DataRow("A") <1 Then If e.newValue > 3 Then e.cancel=True End If Else If e.newValue > 5 Then e.cancel=True End If End If Case "C" If e.DataRow("A") <= 1 Then If e.newValue > 6 Then e.cancel=True End If Else If e.newValue > 10 Then e.cancel=True End If End If End Select
|
|