<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>14 Aug 2016 13:06:00 Z</lastBuildDate><pubDate>13 Aug 2016 15:28:00 Z</pubDate><description>Hi&#13;
&#13;
In version 20 I made an export for this file . For the one s that do not know what I mean . An audit file is an xml file that contains almoast everthing of the applicaion.&#13;
&#13;
Now I want to make an import of this file in version 21. Al went great till the point where I get a bit stuck this is inthe transacions section&#13;
&#13;
the nodes are as follows&#13;
&#13;
transactions&#13;
journal&#13;
transaction&#13;
trLine&#13;
&#13;
So I need All the trLine ( transactionlines )&#13;
&#13;
&#13;
This is what I did and for the journal and the transaction this works . Not for the lines:&#13;
&#13;
IF bTransactiesimport = True THEN&#13;
&#13;
j is int = 0&#13;
t is int = 0&#13;
l is int = 0&#13;
journal is an xmlNode = auditImport.auditfile.company.transactions.journal&#13;
transaction is an xmlNode = auditImport.auditfile.company.transactions.journal.transaction&#13;
transactionline is an xmlNode = auditImport.auditfile.company.transactions.journal.transaction.trLine&#13;
FOR EACH journal OF auditImport.auditfile.company.transactions on journal&#13;
j++&#13;
FOR EACH transaction OF journal on transaction&#13;
t++&#13;
FOR EACH transactionline OF transaction on transactionline&#13;
l++&#13;
Trace(t+ " "+ auditImport.auditfile.company.transactions.journal[j].transaction[t].trLine[l].amnt)&#13;
END&#13;
END&#13;
&#13;
Trace(t+ " "+ auditImport.auditfile.company.transactions.journal[t].jrnTp)&#13;
&#13;
&#13;
END&#13;
&#13;
END&#13;
&#13;
&#13;
Anyone an I dea whe the fault generated is : transactionline is not an xml node ?&#13;
&#13;
regards&#13;
Allard</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59081-wd21-xml-audit-file-holland/read.awp</link><title>WD21 xml ( audit file Holland )</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59081-wd21-xml-audit-file-holland-59096/read.awp</comments><pubDate>14 Aug 2016 13:06:00 Z</pubDate><description>Hi did some investigation and there is a function that seems to be doing what I need&#13;
&#13;
&#13;
journal is xpathResult = XMLExecuteXPa…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59081-wd21-xml-audit-file-holland-59096/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59081-wd21-xml-audit-file-holland-59096/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/59081-wd21-xml-audit-file-holland/read.awp">WD21 xml ( audit file Holland )</source><title>Re: WD21 xml ( audit file Holland )</title></item></channel></rss>
