SetDocumentStatus Document Command

SETDOCUMENTSTATUS Document Commands

Changes the saved status of an open document.

setdocumentstatus

status/k Sets the document status.

Options: CHANGED Marks the document as changed.
UNCHANGED Marks the document as unchanged.

DOCUMENT/s The document name. Default=current.

Examples:

setdocumentstatus changed document 'Project.doc'

 

SetDocumentStatus  Command Definition  url:PGScmd/setdocumentstatus
  created:2006-03-31 10:52:54   last updated:2006-03-31 10:52:54
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetDocumentStatus
Dan Kilroy wrote...2006-05-04 15:10:17

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Sets the {...} .

SetDocumentStatus ([CHANGED|UNCHANGED] [DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetDocumentStatus