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

Compare with Current View Page History

« Previous Version 2 Current »

Set the message to show when the Framework locks up.
Syntax
SET_LOCK_MESSAGE(sText)
Parameters
Setting by Name:

sText

Required. String that contains the text of the message. 

 |
 
Return Value
None
Remarks
Using SET_LOCK_MESSAGE overrides the default message shown by the Framework. This function can be invoked at anytime in any script. It's recommended that, when used, the user message is set at the very beginning of the sign-on script.
This will have no effect when executing RAMP in a browser because locking is disabled in such an environment.
Examples
 
SET_LOCK_MESSAGE("This is my own message text for when the framework locks up")

  • No labels