Показать сообщение отдельно
Старый 03.06.2005, 13:52   #2  
korolf76 is offline
korolf76
Участник
Ex AND Project
 
36 / 12 (1) ++
Регистрация: 26.10.2004
Адрес: Петербург
....
DictTable dictTable;
DictField DictField;
str property1;
str TableName;
str FieldName;
....
DictTable = new DictTable(TableName2Id(parent.AOTname()));
DictField = new DictField( TableName2Id(TableName), dictTable.fieldName2Id(FieldName));
property1 = DictField.label();