Показать сообщение отдельно
Старый 20.07.2004, 16:02   #4  
funnut is offline
funnut
Участник
 
17 / 10 (1) +
Регистрация: 08.07.2004
Адрес: mscw
Цитата:
Изначально опубликовано Dron AKA andy
Насколько я знаю, findRecord() позиционирует запись по RecId. Попробуйте включить индекс по RecId в свойствах таблицы.
PHP код:
public void removeFilter()
{
    
InventTable cursor;
    ;

    
cursor.RecId InventTable.RecId;

    
super();

    
this.query().dataSourceNo(1).sortClear();
    
this.query().dataSourceNo(1).addSortIndex(indexnum(InventTableRecIdIdx));
    
this.research();

    
this.findRecord(cursor);

всё равно проходит по всем записям
где я облажался?