以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- 关于编辑 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=159354) |
-- 作者:狐狐妞 -- 发布时间:2020/12/23 14:05:00 -- 关于编辑 datatable 裡面的 Prepare edit 里写了: e.cancel = true . 那么在窗口中的表(副本),如何才能编辑了??谢谢 |
-- 作者:有点蓝 -- 发布时间:2020/12/23 14:07:00 -- Prepare edit if e.table.name = e.table.datatable.name then e.cancel = true end if
|