我在子表的DataColChanged事件里写了一行这样的代码:
e.DataRow.GetParentRow("主表")("Total") = Sum(DataTables("子表").DataRows("Amount"))
按确定时报错了: 编译错误:Name "Sum" is not declared.
表事件里不能使用聚合函数吗?有什么好的解决方法?