-
В Delphi7 все работало нормально. Перекомпилировал программу на Delphi 2007 - запросы не фильтруются.
Filtered=true;
-
Принципиальных различий между D7 и D2007 нет. По-идее всё должно работать.
-
Увы, я ошибся.
На Delphi7 сбыли TQuery. Фильтрация с помощью свойства Filter на IBQuery не работает нигде.
-
а OnFilterRecord? вроде бы д.б. но! что-то припоминаю, фибы хвастались тем, что у них ф-я работает, а вот у IBX - нет.. я фибы просто использую
-
> noob_one (15.12.10 10:33) [2]
Используй OnFilterRecord или фильтруй в запросе.
-
Description
Check Filtered to determine whether dataset filtering is in effect. If Filtered is true, then filtering is active. Otherwise Filtered is false. To apply filter conditions specified in the Filter property or the OnFilterRecord event handler, set Filtered to true. Filtered is set to false by default.
Note: When filtering is enabled, user edits to a record may mean that the record no longer meets a filter’s test condition. The next time the record is retrieved from the dataset while the filter is in effect, the record may seem to disappear. If that happens, the next record that passes the filter condition becomes the current record.
Это справка
-
С другой стороны известно что в IBX фильтр не работает, значит это ложь.
|