FORMULA LANGUAGE


RefreshFrame @Command
Example

Refreshes the specified frame in a frameset.

Note This command is new with Release 6.

Syntax

@Command( [RefreshFrame]; targetFrame )

Parameters

targetFrame


If you omit the frame name, no frames are refreshed. You can omit the targetFrame parameter if you specify a target frame using the @SetTargetFrame function before executing this command.

Usage

If the command is executed in nested framesets that have two frames which share the same name, Notes refreshes the frame in the outermost frameset only.

In Web applications, @Command([RefreshFrame]) ignores the targetFrame parameter and refreshes only the frame from which the command is executed.

Example
See Also