以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 表达式问题 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129642) |
|
-- 作者:bagabaga -- 发布时间:2019/1/3 10:24:00 -- 表达式问题 If Tables("项目费用表").Rows.Count > 0 And Tables("项目费用表").Current("项目名称") Like \'%工资%\' |
|
-- 作者:有点甜 -- 发布时间:2019/1/3 10:44:00 -- If Tables("项目费用表").Rows.Count > 0 Andalso Tables("项目费用表").Current("项目名称") Like \'*工资*\' Then |
|
-- 作者:y2287958 -- 发布时间:2019/1/3 10:45:00 --
|