以文本方式查看主题

-  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=69356)

--  作者:q158242455
--  发布时间:2015/6/3 16:47:00
--  控件事件
If e. Sender ("CheckBOX_合格1")=True Then
    e.Sender("CheckBox_精度OK")=True
End If



有什么不妥吗?
为什么运行提示:找不checkBOX 默认成员


--  作者:大红袍
--  发布时间:2015/6/3 16:53:00
--  
If e.Form.Controls("CheckBOX_合格1").Checked=True Then
    e.Form.Controls("CheckBox_精度OK").Checked=True
End If