-- 作者:夕然
-- 发布时间:2013/5/31 9:37:00
--
把以下代码写在表属性中,datacolchanged 中
If e.DataCol.Name = "材质计量" Then If e.DataRow("材质计量") ="立方" Then e.DataRow("xxx") = e.DataRow("xxx") * e.DataRow("xxx")*e.DataRow("xxx")
Elseif e.DataRow("材质计量") ="平方" Then e.DataRow("xxx") = e.DataRow("长") * e.DataRow("宽") End If End If
|