是find不行,还是compute不行?
e.Form.Controls("入库金额").text = "入库明细及金额:" & DataTables("入库单").SQLCompute("sum(含税金额)","申请单号 = '"& val & "'")Dim dr As DataRow = DataTables("申请单").SQLFind("申请单号 = '"& val & "'")