Help to Add Button

Discussion in 'Tally Developer' started by anish, May 23, 2014.

    
  1. anish

    anish Member


    Dear All Members please help me to add button to this TDL ..Thanks in Advance
    Code:
    ;; Shows the Ledger Report in Vouchers for the Ledger Selected in all Vouchers
    ;; Key COmbination : ALT+Y
     
     
    [#Line : EI AccInfo]
     
    Add : Field : ACC LedNameVar
    Add : Key : RJ Show Ledger Report
     
    [Field : ACC LedNameVar]
     
    Use : Name Field
    Set as : $LedgerName
    Set Always : Yes
    Variable : LedgerName
    InVisible : Yes
     
    [Key : RJ Show Ledger Report]
     
    Key : ALT+Y
    Action : Display : LEdger Vouchers
     
    [System : Formula]
     
    [#Line: VCHACC Info]
     
    Add : Field : ACC LedNameVar
    Add : Key : RJ Show Ledger Report
     
    [#Line : EI COnsignee]
     
    Add : Field : ACC LedNameVar
    Add : Key : RJ Show Ledger Report
     
    [#Line: ACLSFixedLed]
     
    Add : Field : ACC LedNameVar
    Add : Key : RJ Show Ledger Report
     
    [#Line : ACLSInfo]
     
    Add : Field : ACC LedNameVar
    Add : Key : RJ Show Ledger Report
     


  2. D Lokesh

    D Lokesh Member




    Hi

    Try this..

    [#Form: Voucher]

    Add: Button: RJ Show Ledger Report
     


  3. anish

    anish Member



    Thank You very Much its working very well..........Thank you so much
     


Share This Page