Показать сообщение отдельно
Старый 05.04.2007, 17:41   #1  
IgorK_imported is offline
IgorK_imported
Участник
 
26 / 10 (1) +
Регистрация: 16.10.2006
\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, перед = . Я что-то не пойму, в чем ошибка?