How to get all the company names using TDL

Discussion in 'Tally Integration' started by mohankumar, Nov 6, 2012.

    
Thread Status:
Not open for further replies.
  1. mohankumar

    mohankumar New Member


    Hi all,

    I want a help, how to I get all the company names using Tally definition Language(TDL).
     


  2. admin

    admin Administrator Staff Member


    Repeat the below collection over a line in the Part level

    List of Companies

    [Part : My Part]
    Line : My Line
    Repeat : My Line : List of Companies
    Scroll : Vertical

    [Line: My Line]
    Field: My Field

    [Field: My Field]
    Use : Name Field
    Set As: $Name
     


  3. mohankumar

    mohankumar New Member


    Hi admin,

    Thank you very much.
    I have try this code but only I got selected or login companies then I was use collection and type name is "Company on Disk", it is working.
     


  4. admin

    admin Administrator Staff Member


    U can get only opened companies - by using "List of companies"
     


  5. mohankumar

    mohankumar New Member


    Hi admin,

    Its correct, Thank you very much.
     


  6. ganesha chavan

    ganesha chavan New Member


    How it's Working in tally please tell me
     



  7. Dear Mr.Ganesha Chavan,

    Please note that List of Companies is a internal collection which stores the value of selected companies. And it displays using the Report.

    Thanks & Regards,
    A.Marudhachalamurthi
     


  8. ganesha chavan

    ganesha chavan New Member



    I am using This Code In Tally But It Not Showing any report please tell me
     



  9. Dear Mr.Ganesh,

    It is only the part of code, Please try to complete the code as per the TDL Order -> Menu-->Report-->Form-->Part-->Line-->Field

    The code is started from part.

    [#Menu : Gateway of Tally]
    Add : Item : At End : Company List : Report : AMMCmpList

    [Report : AMMCmpList]
    Form : AMMCmpList

    [Form : AMMCmpList]
    Part : MyPart

    [Part : My Part]
    Line : My Line
    Repeat : My Line : List of Companies
    Scroll : Vertical

    [Line: My Line]
    Field: My Field

    [Field: My Field]
    Use : Name Field
    Set As: $Name

    Use the above code and check.
     
    santosh swami likes this.


  10. ganesha chavan

    ganesha chavan New Member


    I Wright This Code But Still it Not Showing Company on Disk


    [#Menu : Company Info.]
    Add : Item : Before : @@locQuit : List of Companies : Menu: AMMCmpList

    [Menu: AMMCmpList]
    Title: Company Name
    Add: Item: List of Companies : Display : AMMCmpList


    [Report : AMMCmpList]
    Form : AMMCmpList

    [Form : AMMCmpList]
    Part : MyPart

    [Part : My Part]
    Line : My Line
    Repeat : My Line : List of Companies
    Scroll : Vertical

    [Line: My Line]
    Field: My Field

    [Field: My Field]
    Use : List of Companies Field
    Set As: $ListofCompanies


    Please Tell More Logic
     



  11. hai,

    Instead of "List of Companies" just apply this "List of Companies On Disk"
     


  12. ganesha chavan

    ganesha chavan New Member


    Many Thanks Sir...its working now...
     


  13. ganesha chavan

    ganesha chavan New Member



    Dear Sir,

    I Want Default TDL Code For Company Creation
     



  14. Hai,

    Create a new thread so that it can be addressed by many people.
     


Thread Status:
Not open for further replies.

Share This Page