GetDocumentStatus Document Query Command

GETDOCUMENTSTATUS Document Queries

Gets the change status of a document.

getdocumentstatus [DOCUMENT name]

DOCUMENT/s The document name. Default=current.

Results:

The status (changed|unchanged) is returned to RESULT.

Examples:

getdocumentstatus document 'Project.doc'

 

GetDocumentStatus  Command Definition  url:PGScmd/getdocumentstatus
  created:2006-03-30 22:20:06   last updated:2006-03-30 22:20:06
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetDocumentStatus
Dan Kilroy wrote...2006-05-04 15:10:31

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

Gets the {...} .

desc<CHANGED|UNCHANGED> = GetDocumentStatus ([DOCUMENT document | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetDocumentStatus