DocumentObject.<Document name>.Modified
Syntax:
Returned value:
True indicates the object was changed; otherwise it is False.
Description:
Availability:
Note:
Example:
If ExpenseBill.Modified() Then DoMessageBox("Document was changed."); EndIf; |
Syntax:
Returned value:
Description:
Availability:
Note:
Example:
If ExpenseBill.Modified() Then DoMessageBox("Document was changed."); EndIf; |