Modified (Property)

Applies To:

Document object

Description:

The Modified (Property) returns the boolean value if an application has been modified.

Note:

An Interactive Reporting document file deployed in the EPM Workspace dirties documents slightly differently from one deployed inInteractive Reporting Web Client. Switching sections will not dirty an Interactive Reporting document, but will in Interactive Reporting Web Client. Any action that makes a server round trip will dirty a document, including an OM view-only property.

Action:

Read-only as Boolean

Example:

This example shows how to indicate that the application has been modified:

Alert(ActiveDocument.Modified)