Variable Not Working

Discussion in 'Tally Developer' started by Anand Sharma, Aug 1, 2019.

    
  1. Anand Sharma

    Anand Sharma Member


    Dear Developers

    This Logical Field is not working...

    Plz Help

    [#Menu:Gateway of Tally]
    Add:Item:Before:mad:@LocQuit:Test variable:Alter:TestVariable

    [Report:TestVariable]
    Form:TestVariable
    Variable:TestVariable

    [Form:TestVariable]
    Part:TestVariable

    [Part:TestVariable]
    Line:TestVariable
    Line:InvisibleLine

    [Line:TestVariable]
    Field:Medium Prompt,TestVariable
    Local:Field:Medium Prompt:Set as: "Disable Line"

    [Field:TestVariable]
    Use : Logical Field
    Modifies : TestVariable
    Show Table: Always

    [Variable:TestVariable]
    Type:Logical
    Persistent:Yes

    [System:Variables]
    TestVariable





    [Line:InvisibleLine]
    Field:InvisibleLine

    [Field:InvisibleLine]
    Info:"Click Yes & Line Will Be Invisible"
    Invisible:##TestVariable
     
    Last edited: Aug 1, 2019


  2. drive

    drive Active Member


    Background: If NOT ##BAIOSIsDisableSearch Then "Red" else "Green" ;; For Variable ## Not $
     


  3. Anand Sharma

    Anand Sharma Member


    Dear Drive Sir,

    Thanks For Replay
    My Right Code is This, I Want to store value but not working.. plz help
     


  4. drive

    drive Active Member


    [#Menu:Gateway of Tally]
    Add:Item:Before: @LocQuit : Test variable :Alter: TestVariable

    [Report:TestVariable]
    Form:TestVariable
    ; Variable:TestVariable

    [Form:TestVariable]
    Part:TestVariable

    [Part:TestVariable]
    Line:TestVariable
    Line:InvisibleLine
    Line: TestBlack

    [Line:TestVariable]
    Field:Medium Prompt,TestVariable
    Local:Field:Medium Prompt:Set as: "Disable Line"


    [Field:TestVariable]
    Use : Logical Field
    Variable: TestVariable
    Modifies : TestVariable
    Show Table: Always

    [Variable:TestVariable]
    Type:Logical
    Persistent:Yes

    [System:Variables]
    TestVariable



    [Line:InvisibleLine]
    Field:InvisibleLine

    [Field:InvisibleLine]
    Skip:YES
    Set As : "This is demo"
    Inactive: #TestVariable

    [Line: TestBlack]
    Field: name Field
     


Share This Page