Your IP : 172.28.240.42


Current Path : /var/www/html/clients/wiki.e-nk.ru/data/cache/5/
Upload File :
Current File : /var/www/html/clients/wiki.e-nk.ru/data/cache/5/53bbf962b0ab05c321e75df75e03d5c3.xhtml

<h3 class="sectionedit1" id="ошибка_при_открытии_схемы_типового_маршрута">Ошибка при открытии схемы типового маршрута</h3>
<div class="level3">
<pre class="code">RouteCode = InputDialog(&quot;Типовой маршрут&quot;;;&quot;Аналитика:ТМТ&quot;)
Route = GetReferenceRecord(&quot;ТМТ&quot;;RouteCode)
temp = GetTempFolder()
FileName = temp&amp;&quot;route_tm.xml&quot;
Route.Requisites(&quot;ISBSearchCondition&quot;).SaveToFile(FileName)
XMLDoc = CreateObject(&quot;MSXml.DomDocument&quot;)
XMLDoc.Load(FileName)
Root = XMLDoc.DocumentElement
List = XMLDoc.SelectNodes(&quot;//ExecutedBlocks&quot;)
Index = 0
if List.length&gt;0
Node = List.Item(Index)
LeaderNode = Node.parentNode
LeaderNode.removeChild(Node)
endif
List = XMLDoc.SelectNodes(&quot;//CurrentBlocks&quot;)
Index = 0
if List.length&gt;0
Node = List.Item(Index)
LeaderNode = Node.parentNode
LeaderNode.removeChild(Node)
endif
XMLDoc.Save(FileName)
Route.Requisites(&quot;ISBSearchCondition&quot;).LoadFromFile(FileName)
Route.ApplyUpdates
окно(&quot;сценарий завершил работу&quot;)

</pre>

</div>