Click or drag to resize

MPInterfacebImportSalesContractDocumentsByAccess Method

Import Sales Documents and positions from the access database out of the tables: MARIProjektImportSalesContractDocument and MARIProjektImportSalesContractDocumentPositions. See clsImportSalesContractDocument and clsImportSalesContractDocumentPositions.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportSalesContractDocumentsByAccess(
	string sDatabaseFileName,
	clsImportBaseeImportMode nImportMode,
	ref int sngCount,
	ref int lCountImported
)

Parameters

sDatabaseFileName
Type: SystemString
Path and filename of the access databasefile MARIProjectImportData.mdb
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.
sngCount
Type: SystemInt32
lCountImported
Type: SystemInt32

Return Value

Type: Boolean
Remarks