Page - Refresh Objects

Refreshes one or more objects on the current page. This means that the specified objects will be redrawn, and any variables used in them will be re-expanded.

Action ID:
Action Category:
Action List Syntax:

125
Page
Page.RefreshObjects (<<REFRESHTYPE>>, <<REFRESHLIST>>)

Settings

Refresh all objects of type:

Refresh all of the objects on the current page that are of a specific type (or types).

This option allows you to select or deselect the object types that you want to refresh. For example, if you selected "Text Object", then all of the Text Objects on the current page would be refreshed.

Refresh specific objects:

Refresh one or more specific objects on the current page.

This option allows you to select or deselect the individual objects that you want to refresh. For example, if you selected "WonderfulWelcomeText", then only the object named "WonderfulWelcomeText" would be refreshed.

NOTE

 

 

 

Each option has a Select All ( ) and a Deselect All ( ) button, which you can use to select or deselect all of the objects or object types listed for that option.

Notes

The rules for refreshing are as follows:

OBJECT

RULES

AVI Object
Media Player Object

Web Browser Object

Flash Object

If a variable was used in the initial path, that variable will be re-expanded and the object will be redrawn.

List Box Object

Any variables in the List Box at the time of the refresh will be expanded and the list box will be redrawn.

Image Object
Hotspot Object

Edit Field Object

The object will be redrawn.

Text Object
Text Box Object

If a variable was included in the object text at design time (and it hasn't been overwritten with a Set Text action yet), the variable will be re-expanded, and the object will be redrawn.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_PAGE_REFRESH_OBJECTS

MSG_ERR_PAGE_REFRESH_OBJECTS
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None