Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






@PostedCommand

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.

Note If your formula will be executed in Notes Release 3, use @PostedCommand instead of @Command; Notes Release 3 cannot execute an @Command formula constructed in Release 4 or later. If your @command formulas constructed in Release 3 are compiled in Release 4 or later, Lotus Notes/Domino automatically changes each occurrence of @Command to @PostedCommand.

Related topics
@Command
Working with @commands
@Commands
"Adding a friendly ad-hoc query tool to Domino applications" on the Lotus Developer Domain




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009