SetObjectLock Object Command

SETOBJECTLOCK Object Commands

Changes the lock status of an object.

setobjectlock [DOCUMENT name | WINDOW name | OBJECTID number]

status/k The lock status.

Options: on |off | toggle.

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object. Default=current.

Examples:

setobjectlock on

setobjectlock toggle document 'Project.doc'

 

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

User Contributed Comments For SetObjectLock
Dan Kilroy wrote...2006-05-03 19:21:56

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

Sets the {...} .

SetObjectLock (<ON | OFF | TOGGLE> [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetObjectLock