以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  下拉窗口怎么有时候会失效  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=149050)

--  作者:whtb999
--  发布时间:2020/4/22 9:21:00
--  下拉窗口怎么有时候会失效
,在AfterOpenProject 写了 Tables("dingdanjiagongxishucanshu").Cols("canshushezhi").DropForm = "参数选择" 下拉窗口怎么有时候会失效,重新打开项目就又好了,老师这是什么原因呢
--  作者:有点蓝
--  发布时间:2020/4/22 9:27:00
--  
是不是重新设置了列属性,或者有其它代码影响了
--  作者:whtb999
--  发布时间:2020/4/22 9:28:00
--  

CellButtonClick 这里面我写了  If e.Col.Name = "processing_type" Then

    e.Cancel = True

    Forms("工序选择").Open()

End If

If e.Col.Name = "group_id_type" Then

    e.Cancel = True

    Forms("玻璃层").Open()

End If


--  作者:有点蓝
--  发布时间:2020/4/22 9:38:00
--  
不同列不会有影响。做个例子发上来看看