以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助]NOT LIKE (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=172192) |
-- 作者:lgj716330 -- 发布时间:2021/9/28 17:45:00 -- [求助]NOT LIKE Select Case e.DataCol.name Case "编号" Dim dr As DataRow = DataTables("档案").Find("编号 = \'" & e.OldValue & "\'") If dr Is Nothing And e.DataRow("部门") not Like "*新" NOT LIKE 的问题 提示错误 |
-- 作者:有点蓝 -- 发布时间:2021/9/28 20:10:00 -- If dr Is Nothing And not(e.DataRow("部门") Like "*新") |