Top Method Summary
Options Name Purpose
+ CHARACTER CalculateChecksum (memptr) Calculates the file checksum
+ LOGICAL IsPendingMerge (character) Returns if there is already a pending merge registered for this file
+ ResetImportFileStatus (character) Resets the import status of the given file
+ UpdateImportFileStatus (character, character, character, character, logical) Updates the import status of the given file


Method Detail
Top

PUBLIC CHARACTER CalculateChecksum (memptr)

Purpose: Calculates the file checksum
Notes:

Parameters:
pmFileContent MEMPTR
The file content
Returns CHARACTER
The checksum of the file
Top

PUBLIC LOGICAL IsPendingMerge (character)

Purpose: Returns if there is already a pending merge registered for this file
Notes:

Parameters:
pcFileName CHARACTER
The name of the file
Returns LOGICAL
Logical value indicating if there is already a pending merge registered for the file
Top

PUBLIC ResetImportFileStatus (character)

Purpose: Resets the import status of the given file
Notes:

Parameters:
pcFileName CHARACTER
The name of the file
Top

PUBLIC UpdateImportFileStatus (character, character, character, character, logical)

Purpose: Updates the import status of the given file
Notes:

Parameters:
pcFileName CHARACTER
The name of the file
pcFileChecksum CHARACTER
The checksum of the file
pcImportFileTable CHARACTER
The GUID of the SmartTable record describing the database table
pcImportFileKeyFieldValues CHARACTER
The delimited list of key field values
plFlagAsPendingMerge LOGICAL
Logical value indicating if the file should be flagged as pending merge


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:09:09