Screen.Return

Screen.Return ( 

number ReturnCode )

Example 1

Screen.Return(1);

Return a code stating that the user clicked the screen's back button.

Example 2

Screen.Return(SR_SUCCESS);

Return a code stating that the screen succeeded.

See also:  Related Actions