Dim bd2 As New GroupTableBuilder("统计2",DataTables("流水"))
bd2.Groups.AddDef("付款单位")
bd2.Groups.AddDef("结算单位")
bd2.Groups.AddDef("付款id")
bd2.Groups.AddDef("开piaoid")
bd2.Totals.AddDef("税后核定")
bd2.Decimals = 2
bd2.FromServer = True
bd2.Filter = "[付款单位] = '" & tb1.Current("付款单位") & "' and [委托编号] >= '" & cong & "' and [委托编号] <= '" & dao & "'"
tables(e.form.name & "_table3").