DataColChanged事件
If e.DataCol.Name = "hehuMC"
If e.DataRow.IsNull("hehuMC")
e.DataRow("qjhzXM") = Nothing
Else
Dim dr As DataRow = DataTables("sjKU").Find("hehuMC='" & e.DataRow("hehuMC")& "'")
If dr IsNot Nothing
e.DataRow("qjhzXM") = dr("qjhzXM")
Else
e.DataRow("qjhzXM") = Nothing
End If
End If
End If