You are on page 1of 2

[#Menu:Gateway of Tally]

Add:Item:Variable Framework:Display:Exer Variable Scopes

[Report:Exer Variable Scopes]


Form:Exer Variable Scopes
Variable:varmodified
Set:varmodified:"Shyam"
;;Set:Exer Variable:" This is Report Level Scope"
;;Print Set:Variable:" use of print Set"
Title: "Variable and its Scopes"

[Form:Exer Variable Scopes]


Parts: Form SubTitle, Exer Variable Scopes
Width: 80% Page
Local:Field:Form SubTitle: Info: " Variable and its Scopes"
Local:Field:Form SubTitle:Width:50% Page

[Part: Exer Variable Scopes]


Lines:Exer Vs Title, Exer Vs Syntax, Exer Vs Details
Common Border: Yes
Border: Thin Bottom

[Line:Exer Vs Title]
Use: Exer Vs Details
Local:Field:Default:Align:Center
Local:Field:Default:Style:Normal Bold
Local:Field:Exer Vs Current:Info: " Current Scope"
Local:Field:Exer Vs Owner: Info: " Owner Scope"
Local:Field:Exer Vs System: Info: " System Scope"
Local:Field:Exer Vs Absolute:Info: "Absolute Spec report Scope"

Border: Thin Top

[Line:Exer Vs Syntax]
Use: Exer Vs Details
Local:Field:Default:Align:Center
Local:Field:Default:Style:Normal Italic
Local:Field:Exer Vs Current:Info: " ## <Variable>"
Local:Field:Exer Vs Owner: Info: " ##..<Variable>"
Local:Field:Exer Vs System: Info: " ## ().< Variable>"
Local:Field:Exer Vs Absolute:Info: "##( Report).Variable"
Border: Thin Bottom

[Line:Exer Vs Details]
Fields: Exer Vs Current, Exer Vs Owner, Exer Vs System, Exer Vs Absolute
Local:Field:default:Align: Centre
Local:Field:Default: Style: Normal

[Field:Exer Vs Current];; use of SET Attribute


Use: Name Field
Set as:##ExerVariable ;; is used to retrived value from the Variable declared
at Report Level.
Width:25% Page

[Field:Exer Vs Owner]
Use: Name Field
Set:##..ExerVariable ;; Is used to retrived value from the variable declared
at the Function Level.
Width:25% Page
Border:Thin Left Right

[Field:Exer Vs System]
Use: Name Field
Set as: ##().ExerVariable ;;is used to retrived value from the variable
declared at the system Level
Width:25% Page
Border:Thin Left

[Field:Exer Vs Absolute]
Use: Name Field
;;Variable:varmodified
Set as:##varmodified
Modifies:varmodified:Yes:#ExerVsAbsolute+"-"+##svcurrentcompany
;;Set as: ##( Report).ExerVariable ;; is used to retrived value from the
Variable declared at Report Level.
Border:Thin left
Width: 25% Page

[Variable:varmodified]
Type:String

;; Simple Variable
[Variable: Exer Variable]
Type: String

[Variable: Variable]
Type:String

;; system Variable

[System: Variable]
Exer Variable: " This is system Scope Value"

;; Function Variable

[ Function: Exer variable Scope]


Variable: Exer Variable
00: Set:Exer Variable:" This is Function Scope Value"
10: Display:Exer Variable Scopes

You might also like