以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  [原创]  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=123546)

--  作者:有点蓝
--  发布时间:2018/8/17 15:04:00
--  
ZTGL表currentchanged事件

if forms("窗口1").opened andalso e.table.current isnot nothing
    forms("窗口1").controls("按钮1").enabled = e.table.current("生成情况") = false
end if

--  作者:花之俏
--  发布时间:2018/8/17 16:59:00
--  
谢谢,问题已解决