0

Is there a way to add more than one filter on a column programmatically?

Tables("TYPE").AddFilter("Code", "<>", "OP") --  Works until then next line.
Tables("TYPE").AddFilter("Code", "<>", "MP") --  The first filter is removed.

.... I'm not cool enough to add a SatelliteForms tag.

Here is a link to the SatelliteForms.

4

1 に答える 1

1

私は、SatelliteForms の経験がないという免責事項を出させてください。ただし、 SF_MobileAppGuide をくまなく調べたところ、 AddFilterRemoveFilter、およびRemoveAllFiltersメソッドの呼び出し方法に基づいて、column ごとに 1 つのフィルターしか持てないようです。

これは、2 行目を追加すると、フィルターを追加するのではなく単に置き換えるだけである理由を説明しています。

于 2009-05-12T16:49:58.947 に答える