在项目属性MainTableChanged建立了基于'xm'表的动态目录树,在'pm’表中好用。但是,'xm'表和'pm'表建立关联后,在'xm.pm'表(和父表在同一窗口)中不可用。
以上问题,急于求助,多谢解答!语句如下:
If MainTable.Name = "pm" Then
Dim mls1 As New DropTreeBuilder
mls1.SourceTable = DataTables("xm") '指定目录树表
mls1.TreeCols = "nd|xmbh" '指定用于生成目录树的列
mls1.SourceCols = "nd|xmbh|jhxd|jhbh|glc|dw|cgr|pmsl|xmbh" '指定数据来源列
mls1.ReceiveCols = "nd|xmbh|jhxd|jhbh|glc|dw|cgr|pmsl|pmbh" '指定数据接收列
Tables("pm").Cols("pmbh").DropTree = mls1.Build()
把pm改为xm.pm也不可用!
[此贴子已经被作者于2014-2-8 23:36:52编辑过]