DocumentObject.<Document name>.Write
Syntax:
Parameters:
<WriteMode> (optional)
Allows you to select one of the possible write modes.
Default value: Write.
<PostingMode> (optional)
Allows you to select one of the possible posting modes.
Default value: Regular.
Description:
Availability:
Note:
Example:
Try NewDocum.Write(DocumentWriteMode.Posting); Except DoMessageBox("Document needs reposting."); EndTry; |
See also:
DocumentObject, event OnWrite