How to check ledger account is existing or not using tdl

Discussion in 'Tally Integration' started by Bharath, Apr 22, 2013.

    
  1. Bharath

    Bharath New Member


    Hi Everyone,
    i want TDL code to check,ledger is already existing or not...please help me.
     


  2. psjain_jal

    psjain_jal Member


    pl explain briefly not getting clear about your requirement
     


  3. admin

    admin Administrator Staff Member


    Condition:

    $$IsEmpty:$Name:Ledger:##LedgerName

    If the Result if true means - Ledger does not exist else it is exist. :)
     


  4. Bharath

    Bharath New Member


    Can you please write the entire TDL CODE ...i am using
    Code:
    <ENVELOPE>
    <HEADER>
    <TALLYREQUEST>Export</TALLYREQUEST>
    </HEADER>
    <BODY>
    $$IsEmpty:$Name:Ledger:##Bharath
    </DESC>
    </BODY>
    </ENVELOPE>

    It is showing unkown request...please give me entire code
     


  5. Bharath

    Bharath New Member


    H

    Hi admin Please give me the Full code to execute....
     


Share This Page