Показать сообщение отдельно
Старый 17.01.2005, 13:52   #53  
AKit_3 is offline
AKit_3
Участник
 
9 / 10 (1) +
Регистрация: 17.06.2004
Адрес: Moskow
?
PHP код:
//class HB_ACUtils
void TreeLookUp_selectionChanged ()
{
    
int recID this.TreeLookup().getSelection();
    ;

    if (
recID 0curClassID this.RecID2ClassID (recId);
    else 
curClassId recId;

    
this.RunTableFilter ();

    if (
bShowGridList)
    {
//        tableLookupClass_ds.
        
this.SelectedClassFilter();
        
tableLookupClass_ds.executeQuery();
    }
}
class 
HB_ACUtils 
подчеркивает tableLookupClass_ds.executeQuery();
Выдается ошибка Класс FormControl не содержит эту функцию.
В чем может быть дело?