Context: |
Class Method (Procedure) |
Library/Class: |
FileExport Class |
Sub FileExport.SaveAsDocument
SaveAsDocument (stats As StaticVars)
This method represents the likewise named Save As Document option in the Notes Action tab of the Integra profile. The method creates a new Notes document in either the source or alternatively defined database and attaches the Word or Excel document to it.
However, before doing so it calls the CB_BFORNOTESACTION event. It does save the new document only if export.continue is True and stats.procstat is larger than 0 (zero) after the execution of the event.
Parameters:
Handle to Integra's runtime object stats
|