以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]判断某列是不是含有某一段字符 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=154566) |
-- 作者:有点蓝 -- 发布时间:2020/9/18 15:23:00 -- dim r as row = tables("xxx").current if r("摘要") like "*qtyw*" then if r("摘要") like "*修改*" then msgbox(“已修改,不允许再修改”) end if else msgbox(“不允许修改”) end if
|