Показать сообщение отдельно
Старый 16.07.2014, 03:58   #5  
yuriy_64 is offline
yuriy_64
Участник
 
88 / 10 (1) +
Регистрация: 21.03.2014
select firstonly common where common.RecId == _recId;
If (Common.RecId>0)
{
DF= _dialog.addField(typeid(NoYesCombo_RU), _LabelName);
DF.value(NoYes::No);
}