.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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