以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 逻辑值判断如何写和字段赋值 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=187114) |
-- 作者:myzt888 -- 发布时间:2023/6/22 7:00:00 -- 逻辑值判断如何写和字段赋值 |
-- 作者:有点蓝 -- 发布时间:2023/6/24 20:23:00 -- if e.form.controls("已领").checked = true then 已领的处理 elseif e.form.controls("已退").checked = true then 已退的处理 end if
|