Lock Object Command

LOCK Object Commands

Locks selected objects so that they cannot be edited.

lock [DOCUMENT name | WINDOW name | OBJECTID number]

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

OBJECTID/i The number of the object to manipulate.

Examples:

lock

lock document 'project.doc'

 

Lock  Command Definition  url:PGScmd/lock
  created:2006-03-30 15:05:43   last updated:2006-03-30 15:35:25
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For Lock
Dan Kilroy wrote...2006-05-03 19:21:26

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

Lock the {...} .

Lock ([DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For Lock