以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 表事件positionchenged 为何不能用e.cancel= true (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=57744) |
-- 作者:unverse -- 发布时间:2014/9/30 13:22:00 -- 表事件positionchenged 为何不能用e.cancel= true 如题,想实现 某窗口打开时,如果当前行未保存禁止行移动 ,但系统提示 e.cancel=true 出错 不能这样写吗。怎么看提示是有个cancel参数呢。 |
-- 作者:Bin -- 发布时间:2014/9/30 14:05:00 -- 不能这么写,下面都提示你. E参数只有 Table一个属性 |
-- 作者:有点甜 -- 发布时间:2014/9/30 14:05:00 -- 不能,必须写到 BeforeSelChange
http://www.foxtable.com/help/topics/0644.htm
|
-- 作者:unverse -- 发布时间:2014/9/30 14:16:00 -- 好的我试一下。。 |