SetDocStatus
Assigns a status to the current document.
Syntax
bool SetDocStatus (StrParam)
Parameters
String value representing the status to be assigned to the current document.Typically:
- "0" = Complete.
- "1" = Incomplete.
Returns
False if the ruleset is not bound to a Document object, or the current object is not a document. Otherwise, True.Level
Document level.Details
Assigns a status to the current document.- Example:
SetDocStatus(DocOK)