datacolchanged事件
If e.DataCol.Name = "审核" Then If e.newValue = False Then e.DataRow("审核人") = Nothing Else e.DataRow("审核人") = user.name End If DataTables("子表").replacefor("审核人",e.DataRow("审核人") , "关联列 = '" & e.DataRow("关联列") & "'")End If