Показать сообщение отдельно
Старый 01.07.2003, 17:58   #5  
Garic is offline
Garic
NavAx
Аватар для Garic
NavAx Club
 
393 / 63 (3) ++++
Регистрация: 23.07.2002
Адрес: Москва
PHP код:
    Common      table;
    
QueryRun    queryRun;
    ;

    
queryRun = new QueryRun(query);
    while (
queryRun.next())
    {
        
table queryRun.getNo(1);
        
info(table.(fieldNum(InventTableItemId)));
        ....
    } 
__________________
С уважением, Игорь Ласийчук.