BringForward Object Command

Brings selected object(s) forward one level in the stack.

bringforward [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:
ARexx:

bringforward bringforward document 'project.doc'

 

BringForward  Command Definition  url:PGScmd/bringforward
  created:2006-03-29 20:08:04   last updated:2006-08-18 11:11:18
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For BringForward
Dan Kilroy wrote...2006-05-03 19:23:12

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

Brings the {...} .

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


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For BringForward