老师好!
窗口表删除 [标注]列被勾选的行 代码没有问题,但是显示删除的行数为什么不对,总是0?
Dim t As Table = e.Form.Controls("Table1").TableDim dt As DataTable = t.DataTable
dt.DeleteFor("标注 = true and 申报进度 = '待接收' and 全称 = '" & _UserZName & "'")msgbox("已删除 " & dt.Compute("count([案号])","标注 = 1 and 申报进度 = '待接收' and 全称 = '" & _UserZName & "'") & " 行")