![]() |
#3 |
Участник
|
Вылетает вот в этих местах:
//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; } Похоже что отборочная не заходит в этот цикл а накладная заходит и зацикливается там... |
|