加载表有卡顿,能否帮忙优化一下呢 Post By:2020/9/1 20:48:00 [显示全部帖子]
Dim st1() As String =Args(0) '表名称 Dim Filter() As String =Args(1) '条件列名称 For c As Integer =0 To st1.Length -1 If DataTables(st1(c)).Find(Filter(c)) IsNot Nothing Then DataTables(st1(c)).RemoveFor(Filter(c)) End If DataTables(st1(c)).AppendLoad(Filter(c)) Tables(st1(c)).Filter =Filter(c)