\Data Dictionary\Tables\InventProductGroupBOM\Methods\childNodeProperty
Код:
display ImageRes childNodeProperty()
{
InventProductGroup inventProductGroup;
#resAppl;
//Ошибка перед знаком '='
inventProductGroup = InventProductGroup::find(this.childProductGroupId);
if (!inventProductGroup.recId)
return 0;
return inventProductGroup.nodeProperty();
}
Компилятор выдает ошибку после inventProductGroup, перед = . Я что-то не пойму, в чем ошибка?