Page.Jump

Page.Jump ( 

string PageName )

Description

Jumps to a specific page in your application.

Note: This action exits the script on the current event, so any action script occurring after it will not be executed.

Parameters

PageName

(string) The name of the page to jump to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

Availability

Standard

Pro

See also:  Related Actions