![]() |
#3 |
NavAx
|
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). |