Locks the framework and specifies the locking message to be displayed.
Equivalent to using Set #avFrameworkManager uLocked(USER|PROGRAM|PROGRAM_EXIT) uLockedMessage('message') in a VL component.
Only valid in VLF-WIN environments – ignored in other environments.
Syntax
LOCK_FRAMEWORK(lock type, lock message)
Parameters
|
Return Value
None
Example
LOCK_FRAMEWORK("PROGRAM", "You need to return to the details screen before attempting this action");
Notes
If this function is encountered in a RAMP script executing in a VLF-ONE environment, it will be ignored.