FORMULA LANGUAGE


RefreshWindow @Command
Reloads or refreshes the contents of the current window.

Note This command is new with Release 6.

Syntax

@Command( [RefreshWindow] )

Usage

This command executes immediately. Use the ReloadWindow @command to execute after all @functions. See the Order of evaluation for formula statements topic for more details.

If the window is a frameset, then the entire frameset and it's contents are reloaded. Also, a Web page in a frame in the current window will be reloaded from the Web. All other windows are refreshed.

Language cross-reference

ReloadWindow method of LotusScript NotesUIWorkspace class

See Also