以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 名称中不包含名称处理 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=172008) |
-- 作者:nuoyan89 -- 发布时间:2021/9/17 17:22:00 -- 名称中不包含名称处理 老师,这个代码我想把材料编码这里变更为不包含“fl”可以怎么改呢?请帮忙看看,谢谢!If e.DataRow("待交数量") <> 0 And e.DataRow("材料编码") Like "*fl*" Then |
-- 作者:有点蓝 -- 发布时间:2021/9/17 17:25:00 -- If e.DataRow("待交数量") <> 0 And not(e.DataRow("材料编码") Like "*fl*") Then |