SQL Object
 
Syntax
 
SQL.AddDoc2Trace TableName, DocumentNaam, DocumentField[, StoreInArchive]
 
Description
Adds a linked document to the file content tracking queue. Traced files are provided with a keyword index that can be searched using the Archive Browser.
 
Parameter
Description
TableName
Name of the table in which the document file reference is stored.
DocumentNaam
File name, including path, as it is stored in the TableName.
DocumentField
Field name in the TableName in which the file name is stored.
StoreInArchive
Optional. Default value FALSE. If TRUE, after tracing the document, the file is saved to the digital archive in the database and deleted from the location.
 
See Also
Example
 
Sub Main
 
   SQL.AddDoc2Trace "LogKlantActies", "o:\Documenten\Fax 2009-09-01.tif", "Document"
 
End Sub