MPInterfacebImportCommissionInitByAccess Method
|
Import the initial settings for project/contract link commissions and accruals. Table:
MARIProjektImportCommissionInitial. See
clsImportCommissionInitial.
Namespace:
MARIInterface
Assembly:
MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntaxpublic bool bImportCommissionInitByAccess(
string sDatabaseFileName,
clsImportBaseeImportMode nImportMode,
ref int lCountByRef,
ref int lCountImportedByRef
)
Public Function bImportCommissionInitByAccess (
sDatabaseFileName As String,
nImportMode As clsImportBaseeImportMode,
ByRef lCountByRef As Integer,
ByRef lCountImportedByRef As Integer
) As Boolean
Parameters
- sDatabaseFileName
- Type: SystemString
Path and filename of the access databasefile MARIProjectImportData.mdb - nImportMode
- Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details. - lCountByRef
- Type: SystemInt32
- lCountImportedByRef
- Type: SystemInt32
Return Value
Type:
Boolean
Remarks
See Also