You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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 the 5250 screen and show the error.
   INFO – the error message will be routed to the Framework message area.

 |
Return Value
None
Example
FATAL_MESSAGE_TYPE("HIDE");
 

  • No labels