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.
| ||||||||||
See Also
| |||||||||||
Example
| Sub Main() SQL.AddDoc2Trace "LogKlantActies", "o:\Documenten\Fax 2009-09-01.tif", "Document" End Sub | ||||||||||