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

Compare with Current View Page History

« Previous Version 2 Current »

objFramework contains read only properties that provide information about the current framework to your scripts:  

Property

Type

Description

uCaption

string

The caption of the current framework

ExecutionEnvironment

string

Identifies the execution environment as "WIN" or "WEB"  

flagDesignMode

boolean

Identifies whether the Framework is executing in design mode. Boolean value containing true or false.

Language

string

Identifies the current LANSA language code (eg: "ENG", "FRA", etc)

Partition

string

Identifies the current LANSA partition (eg: "DEM", "SYS")

TraceMode

string

Identifies whether the Framework is executing in Trace mode as "TRUE" or "FALSE"

  • No labels