Show or hide the current screen.
SHOW_CURRENT_FORM(bShow)
bShow | Required. A boolean value that indicates whether to show the current screen. |
None
Show the current screen (in an arrival script):
vHandle_ARRIVE: function(oPayload, oPreviousForm)
{
var bReturn = true;
SHOW_CURRENT_FORM(true);