Can we load TDL file according to company ...

Discussion in 'Free Source Codes' started by bikash agarwal, Sep 26, 2023.

    

  1. Can we load TDL file according to company ... like i want to assign particular TDL when that company loads & different when second company loads ...
     


  2. Hems

    Hems Member


    In tdl
    Use option
     
    Last edited: Sep 26, 2023


  3. Hems

    Hems Member


    Like this
    [Menu : gateway of tally]
    Option: mytdl: @@cmpmailname contains "Ram and sons"

    [!Menu : mytdl]

    Then your full tdl here
     



  4. please see this way
     

    Attached Files:




  5. or can we assign respective TDl to shortcuts

    LOAD:50111/

    TDL:G:\prime dataaa\BKPRIME _GST_309_MINI.tdl”
     
    Last edited: Sep 26, 2023


  6. Himanshu-2002

    Himanshu-2002 Active Member


    It can be done in 3 Ways

    1. Create a TDL and Load TDL on Company Event
    2. Create Two Different Tally Shortcuts and specific TDL Path in Target Location.
    3. Create a external app which can do this task
     



  7. PLEASE CORRECT THE CODE

    [System : Event]
    cmpstart:Load Company: TRUE : call : ckssrnolock

    [Function:ckssrnolock]
    01 : If: ##SVCurrentCompany equal "BHAVYA 2023"
    02 : load TDL:"C:\Program Files\TallyPrime\BKPRIME _GST_309_MINI.tdl"
    03 : End If
     
    Last edited: Sep 27, 2023


  8. Himanshu-2002

    Himanshu-2002 Active Member


    Code looks correct but instead of equal...you can use contains
     



  9. very thanks :):) working at last
     


Share This Page