FATAL_MESSAGE_TYPE Function

RAMP-TS

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 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");