FORMULA LANGUAGE


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

Syntax

@Command( [ReloadWindow] )

Usage

This command executes after all @functions. Use the @Command([RefreshWindow]) to execute immediately. 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