Screen.Previous

Screen.Previous ( 

 )

Description

Proceeds to the previous screen that is in your screen list according to their order in the screen manager at design time. If the current screen is the first screen, this action will have no effect.

Note: When this action is called, it will exit the current block of script.

Parameters

None.

Returns

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

See also:  Related Actions