Показать сообщение отдельно
Старый 06.11.2012, 11:59   #3  
raz is offline
raz
NavAx
Аватар для raz
NavAx Club
Лучший по профессии 2014
Лучший по профессии 2009
 
1,490 / 1060 (38) ++++++++
Регистрация: 22.07.2003
Адрес: МО
X++:
static void Job10(Args _args)
{
    TableId     tableId;
    RecId       recId;
    FieldId     fieldId;
    Common      common;
    ;
    common = new DictTable(tableId).makeRecord();
    
    select firstonly common
        where common.RecId == recId;
        
    info(strfmt("%1", common.(fieldId)));
}
За это сообщение автора поблагодарили: bodeaux (1).