<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcFinancial.LogReport</id>
	<title>PdcFinancial.LogReport - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.ecibemet.com/index.php?action=history&amp;feed=atom&amp;title=PdcFinancial.LogReport"/>
	<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcFinancial.LogReport&amp;action=history"/>
	<updated>2026-05-06T17:21:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://wiki.ecibemet.com/index.php?title=PdcFinancial.LogReport&amp;diff=1403&amp;oldid=prev</id>
		<title>Mike: Created page with &quot;== Declaration == LogReport as String  == Description == Returns all messages of the last export   == Notes == This method returns the report of the last export action. If an ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.ecibemet.com/index.php?title=PdcFinancial.LogReport&amp;diff=1403&amp;oldid=prev"/>
		<updated>2012-05-21T13:11:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Declaration == LogReport as String  == Description == Returns all messages of the last export   == Notes == This method returns the report of the last export action. If an ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Declaration ==&lt;br /&gt;
LogReport as String&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Returns all messages of the last export &lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This method returns the report of the last export action.&lt;br /&gt;
If an invoice is exported correctly, in the report &amp;quot;Factuur ###### is geexporteerd&amp;quot; is shown.&lt;br /&gt;
When an invoice export goes wrong, the failure message is shown in the report.&lt;br /&gt;
&lt;br /&gt;
== Code example ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
dim strLogTekst&lt;br /&gt;
&lt;br /&gt;
  pdc.Import_Export.Financial.EmptyExportTable&lt;br /&gt;
  pdc.Import_Export.Financial.SalesInvoiceExecute&lt;br /&gt;
  strLogTekst = &amp;quot;Sales report:&amp;quot; &amp;amp; vbCrLf &amp;amp; pdc.Import_Export.Financial.LogReport&lt;br /&gt;
&lt;br /&gt;
  pdc.Import_Export.Financial.EmptyExportTable&lt;br /&gt;
  pdc.Import_Export.Financial.PurchaseInvoiceExecute&lt;br /&gt;
  strLogTekst = strLogTekst &amp;amp; vbCrLf &amp;amp; vbCrLf &amp;amp; _&lt;br /&gt;
    &amp;quot;Purchase report:&amp;quot; &amp;amp; vbCrLf &amp;amp; pdc.Import_Export.Financial.LogReport&lt;br /&gt;
&lt;br /&gt;
  if Trim(strLogTekst) &amp;lt;&amp;gt; &amp;quot;&amp;quot; then&lt;br /&gt;
    msgbox strLogTekst&lt;br /&gt;
  end if&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Availability ==&lt;br /&gt;
Available since September 2007 (From version 3.8).&lt;/div&gt;</summary>
		<author><name>Mike</name></author>
	</entry>
</feed>