Цитата:
Сообщение от
Kiot
X++:
ttsbegin;
while select forupdate RContractTableUpdate
where RContractTableUpdate.RContractNumber == RContractTable.RContractNumber
&& RContractTableUpdate.RecId != RContractTable.RecId
{
... ...
RContractTableUpdate.update();
}
ttscommit;
Пишет переменная RContractTableUpdate не объявлена... как её объявить или какой класс присвоить?