以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 子表CurrentChanged事件触发问题? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=80536) |
-- 作者:magangzmc -- 发布时间:2016/1/25 16:54:00 -- 子表CurrentChanged事件触发问题? 执行代码如下: Tables("sc_BigFilmMake").Current("cVerifier") = _UserName 执行后,为什么会触发sc_BigFilmMake表的子表的CurrentChanged表事件?
|
-- 作者:Hyphen -- 发布时间:2016/1/25 17:19:00 -- 应该是sc_BigFilmMake表 "cVerifier"l列数据变动后有其它事件更改了子表的数据吧 |