Show Contents List

FATAL_MESSAGE_TYPE Function

Use this function when you don't want the Framework to shut down when a fatal navigation error occurs.
Syntax
FATAL_MESSAGE_TYPE(sType)
Parameters

sType

Optional. String that contains the message type:
  FATAL (default) – in end user mode, the framework will shut down.
   HIDE – the RAMP command tab will hide Newlook 5250 and show the error.
   INFO – the error message will be routed to the Framework message area.

 |
Return Value
None
Example
 
FATAL_MESSAGE_TYPE("HIDE");
  
 
Show Contents List