If e.DataCol.Name = "姓名" Then '发生变化的是产品列. e.DataRow("能力点") = DataTables("子表").GetComboListString("能力点", "姓名 = '" & e.DataRow("姓名") & "'").replace("|", ",") End If
子表datacolchanged事件
If e.DataCol.Name = "能力点" Then '发生变化的是产品列. DataTables("统计").DataCols("姓名").RaiseDataColChanged("姓名 = '" & e.DataRow("姓名") & "'") End If