FORMULA LANGUAGE
Syntax
@PostedCommand( [ command ] ; parameters )
Paramters
[ command ]
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.
See Also