以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [求助]NOT LIKE  (http://foxtable.com/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 的问题
提示错误

图片点击可在新窗口打开查看此主题相关图片如下:ece6f14b-c7a7-4f83-bcd5-a5f3990444e5.png
图片点击可在新窗口打开查看




--  作者:有点蓝
--  发布时间:2021/9/28 20:10:00
--  
If dr Is Nothing And not(e.DataRow("部门")  Like "*新")