Screen.Next

Screen.Next ( 

 )

Description

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

Note: If you have reached the end of a screen list, this action causes Screen.Show to return SR_LISTCOMPLETE.

Parameters

None.

Returns

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

See also:  Related Actions