Financial Management’s document repository enables you to store documents in the database. Document repository functionality is exposed by the HFMwManageDocuments component, and task lists are exposed by the HFMwWorkspace component. For more information, see HFMwDocuments Type Library.
Document repository functionality is demonstrated by the following examples:
The example for HFMwManageDocuments.CreateFolder shows how to create a folder in which to categorize documents.
The example for HFMwManageDocuments.LoadDocuments shows how to load files from disk into a document repository folder.
The example for HFMwManageDocuments.DeleteDocuments shows how to delete all the data forms in a folder. The example also shows how to enumerate all the documents in a folder with EnumDocuments.
The HFMwManageDocuments.SaveDocument method creates a document in the document repository from a string. |