以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 查找写入 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=169208) |
||||||||||||||||||||||||||||||||
-- 作者:bzqlyj -- 发布时间:2021/6/7 14:25:00 -- 查找写入
|
||||||||||||||||||||||||||||||||
-- 作者:有点蓝 -- 发布时间:2021/6/7 15:05:00 -- 参考:http://www.foxtable.com/webhelp/topics/1451.htm 表B,datacolchanged
If e.DataCol.Name = "A1" Then If e.NewValue Is Nothing Then e.DataRow("B1") = Nothing \' Else e.DataRow("B1") = DataTables("表A").GetComboListString("B","[A] = \'" & e.NewValue & "\'").replace("|",",") End If End If |