以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 这个按钮功能,点击两次才能完成 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=177302) |
-- 作者:yfy13338431925 -- 发布时间:2022/5/17 1:11:00 -- 这个按钮功能,点击两次才能完成 实现这个按钮功能,为什么需要点击两次才能完成? Dim chk As WinForm.CheckBox = e.Form.Controls("CheckBox1") chk.Enabled = True chk.checked = False Tables("量化分级评定结果").Current.Delete
|
-- 作者:有点蓝 -- 发布时间:2022/5/17 8:56:00 -- 一般是有其它事件影响了,检查CheckBox1事件,表格事件 |