Показать сообщение отдельно
Старый 08.05.2012, 16:45   #2  
Jurezzz is offline
Jurezzz
Участник
 
8 / 10 (1) +
Регистрация: 16.04.2012
Вылетает вот в этих местах:

//If running on the client, execute initLinesQuery method on the server side to reduce the interaction between tiers
If(!this.objectOnServer())
{
if(chooseLines)
PackedChooseLines = chooseLines.pack();
Else
PackedChooseLines = connull();
[ret, packedClass, packedChooseLines] = PurchFormLetter::execInitLinesQueryOnServer(this.documentStatus(),
This.parmid(),
This.pack(),
PackedChooseLines);
This.unpack(packedClass);
This.chooseLinesQuery(new sysQueryRun(packedChooseLines));
Return ret;
}

Похоже что отборочная не заходит в этот цикл а накладная заходит и зацикливается там...