TDL Configaration Menu

Discussion in 'Tally Developer' started by auruem, Sep 8, 2020.

    
Tags:
  1. auruem

    auruem Member


    My Work For TDL Configarion Menu

    Tdl Configaration Menu.png
     
    nasir and Rohit Khedar like this.


  2. nasir

    nasir Member



  3. NainaSiraj

    NainaSiraj Member


    dear respected sir can i get this code please kindly send
     


  4. kirandham

    kirandham New Member


    Same but differnent configure
    So i have developed in the way that i am added 1 button in gateway of tally so when u click on the button it will open the report so u can configure directly from the button


    Snippit:
    [#Menu : Gateway of tally]
    Add : Button : AllowLocalTDL

    [Button : AllowLocalTDL]
    Title : "Local TDL"
    Key : Alt+1
    Action : Alter : LocalTDL Config1

    [Report : LocalTDL Config1]
    Use : LocalTDL Config
    Local : Form : LocalTDL Config : delete : Height ;:50% page
    Local : Form : LocalTDL Config : delete : Width; :50% page
    Local : Form : LocalTDL Config : add : Height :100% page
    Local : Form : LocalTDL Config : add : Width :100% page
    Local : Line : TallyINI PreLoad LocTDLs : Local : Field : TallyINI PreLoad LocTDLs : Delete : Width
    Local : Line : TallyINI PreLoad LocTDLs : Local : Field : TallyINI PreLoad LocTDLs : Add : Full Width : Yes
     
    panam, psr and auruem like this.


  5. kirandham

    kirandham New Member


    [#Menu : Gateway of tally]
    Add : Button : AllowLocalTDL

    [Button : AllowLocalTDL]
    Title : "Local TDL"
    Key : Alt+1
    Action : Alter : LocalTDL Config1

    [Report : LocalTDL Config1]
    Use : LocalTDL Config
    Local : Form : LocalTDL Config : delete : Height ;:50% page
    Local : Form : LocalTDL Config : delete : Width; :50% page
    Local : Form : LocalTDL Config : add : Height :100% page
    Local : Form : LocalTDL Config : add : Width :100% page
    Local : Line : TallyINI PreLoad LocTDLs : Local : Field : TallyINI PreLoad LocTDLs : Delete : Width
    Local : Line : TallyINI PreLoad LocTDLs : Local : Field : TallyINI PreLoad LocTDLs : Add : Full Width : Yes

     
    psr likes this.


  6. auruem

    auruem Member


    Dear Expert,
    What to Add to Refresh above Code
     


  7. auruem

    auruem Member


    s
    Share Your Mail Id
     


  8. auruem

    auruem Member



    is Following Code Is Correct or Do We Need Any Addition

    Code:
        [#Menu    : GateWay of Tally]
            Add    : Button    : AllowLocalTDL
        [Button        : AllowLocalTDL]
            Title    : "Local TDL"
            Key        : Alt+T
            Action     : Call    : Fnlocaltdl Config
    
     


  9. kirandham

    kirandham New Member


    [#Menu : GateWay of Tally]
    Add : Button : AllowLocalTDL
    [Button : AllowLocalTDL]
    Title : "Local TDL"
    Key : Alt+T
    Action : Call : <Configuration report name>
     


Share This Page