PdcFinancial.PurchaseInvoiceExecute: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == PurchaseInvoiceExecute == Description == Exports the purschase invoices into the export table == Notes == This method exports all purchase invoices in the..."
 
 
Line 26: Line 26:


== Availability ==
== Availability ==
Available since September 2007 (From version 3.8).
No longer supported

Latest revision as of 13:11, 22 June 2023

Declaration

PurchaseInvoiceExecute

Description

Exports the purschase invoices into the export table

Notes

This method exports all purchase invoices in the the table FACEXP. Only purchase invoices with the field INF_EXPRT is false will be exported. To find the table view of FACEXP in Plan-de-CAMpagne, go to the main menu "File-Import/Export-Financial Export". On the tab "Exportfile" the table FACEXP is shown.

Code example

dim strLogTekst

  pdc.Import_Export.Financial.EmptyExportTable
  pdc.Import_Export.Financial.PurchaseInvoiceExecute
  strLogTekst = pdc.Import_Export.Financial.LogReport

  if Trim(strLogTekst) <> "" then
    msgbox strLogTekst
  end if

Availability

No longer supported