Screen.Next

Screen.Next ( 

 )

Description

Proceeds to the next screen in the screen list according to the order in the screen manager at design time.

If the current screen is the last screen in the current screen list, the patch will move on to the next patch stage. For example, if the current screen is the last screen listed in the Before Patching list and this action is called, the next patch stage will begin, which are the actions on the On Pre Patch actions tab.

Parameters

None.

Returns

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

See also:  Related Actions