Show or hide the current screen.
Syntax
SHOW_CURRENT_FORM(bShow)
Parameters
|
Return Value
None
Example
Show the current screen (in an arrival script):
vHandle_ARRIVE: function(oPayload, oPreviousForm)
{
var bReturn = true;
SHOW_CURRENT_FORM(true);