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

Compare with Current View Page History

« Previous Version 4 Current »

Unlocks the framework and clears the current locking message.

Equivalent to using Set #avFrameworkManager uLocked(FALSE) uLockedMessage(" ") in a VL component.

Only valid in VLF-WIN environments – ignored in other environments.     

Syntax

UNLOCK_FRAMEWORK()

Parameters

None.

Return Value

None.

Example

     UNLOCK_FRAMEWORK();


Note: If this function is encountered in a RAMP script executing in a VLF-ONE environment, it will be ignored.



  • No labels