so here we go
Common common;
DictTable dictTable;dictTable = new DictTable(tableName2id( “TableName”));
common = dictTable.makeRecord();
select firstonly common ;
info (common.(fieldName2Id(tableName2id( “TableName”), “FieldName”)));
Advertisements