以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  CheckedComboBox复选组合框事件引用问题  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=70854)

--  作者:chenbh_yz
--  发布时间:2015/6/30 11:33:00
--  CheckedComboBox复选组合框事件引用问题
在建表时,已在表事件中建立了动态复选组合框事件,在窗口怎样直接引用(继承)该表事件? 谢谢!!!
--  作者:大红袍
--  发布时间:2015/6/30 11:43:00
--  
 没看懂你的问题。表事件什么事件写了什么代码?
--  作者:chenbh_yz
--  发布时间:2015/6/30 12:26:00
--  

在表属性-  PrepareEdit事件中

If e.IsFocusCell AndAlso e.Row.Isnull("bsqy") = False  Then  \'如果是焦点所在单元格
    If e.Col.Name = "pqdd" Then \'如果正在编辑的列
        Dim dcol As String = e.Row("bsqy")
        e.Col.Combolist = DataTables("dict").GetComboListString(dcol)
    End If
End If


--  作者:chenbh_yz
--  发布时间:2015/6/30 12:27:00
--  

在窗口中,怎样调用表属性- PrepareEdit事件?


--  作者:大红袍
--  发布时间:2015/6/30 14:10:00
--  

 窗口控件,也设置一下,参考

 

 http://www.foxtable.com/help/topics/1523.htm