有没有办法以编程方式在列上添加多个过滤器?
Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line.
Tables("TYPE").AddFilter("Code", "<>", "MP") -- The first filter is removed.
.... 我还不够酷,无法添加 SatelliteForms 标签。
这是SatelliteForms的链接。
有没有办法以编程方式在列上添加多个过滤器?
Tables("TYPE").AddFilter("Code", "<>", "OP") -- Works until then next line.
Tables("TYPE").AddFilter("Code", "<>", "MP") -- The first filter is removed.
.... 我还不够酷,无法添加 SatelliteForms 标签。
这是SatelliteForms的链接。
让我提出我对 SatelliteForms 没有经验的免责声明。但是,我确实梳理了SF_MobileAppGuide并根据AddFilter、RemoveFilter和RemoveAllFilters方法的调用方式,似乎每列只能有一个过滤器。
这解释了为什么当您添加第二行时,它只是替换您的过滤器而不是添加它。