@PostedCommand (Formula Language)
Executes a Notes/Domino command. Most of the standard menu commands can be executed using @PostedCommand. In addition, a number of specialized commands are available. In a formula, any command invoked using @PostedCommand executes after the rest of the formula has been evaluated.
Syntax
@PostedCommand( [ command ] ; parameters )
Paramters
[ command ]
See @Commands for a list of available commands.
parameters
See the specific @Command topic for details on parameters available for that command.
Usage
This function does not work in column, selection, hide-when, section editor, window title, field, or form formulas, or in agents that run on a server. It's intended for use in toolbar button, hotspot, and action formulas.