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.

Note: You cannot navigate pages when a dialog is visible.

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.

See also: Related Actions