以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 怎样禁止某组用户添加行或删除行 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=129422) |
-- 作者:foxuser -- 发布时间:2018/12/28 10:21:00 -- 怎样禁止某组用户添加行或删除行 怎样禁止某组用户添加行或删除行,语句怎样写呢? |
-- 作者:有点甜 -- 发布时间:2018/12/28 11:26:00 -- beforeAddDataRow、beforeDeleteDataRow事件
If user.Group = "游客" then e.cancel = true End If |