Can we veiw folder no. here for tally

Discussion in 'Free Source Codes' started by tikamchand, Oct 26, 2019.

    
  1. tikamchand

    tikamchand New Member


    hello sir,
    Can we veiw >folder no. here for TALLY .. Through tdl ..
     

    Attached Files:



  2. teja varma

    teja varma Active Member


    no that part is reserved in tally
    we cannot add anything there...

    if you want get number of the company
    $CompanyNumber:Company:##SvCurrentCompany
     


  3. Bipin Damania

    Bipin Damania Active Member


    You can Add Company No with Company Name & and can See....
    Or
    You Add Company Number with Title (Gateway of Tally)...
     



  4. PLACE BELOW IF NOT POSSIBLE ON TOP OF THE SELECTED COMPANY
     



  5. PLEASE WRITE THE CODE IT WILL BE GREAT !!
     



  6. :------------------------

    [#Menu: Gateway of Tally]
    title: $CompanyNumber:Company:##SvCurrentCompany

    its working :):):)

    if company name also and be added ...

    please correct this


    [#Menu: Gateway of Tally]
    title: $CompanyName:Company:##SvCurrentCompany +" - "+ CompanyNumber:Company:##SvCurrentCompany
     
    Last edited: Oct 29, 2019


  7. teja varma

    teja varma Active Member


    Code:
    [#Menu:GateWayofTally]
    title:$$String:@@cmpnumber +$$NewLine+ @@cmp
       
    [System:Formulae]
        cmp :$$CurrentCompany
        cmpnumber :$CompanyNumber:Company:@@cmp
     


  8. Neeru

    Neeru Active Member


    This is working as you want in Gateway of Tally Title...

    [#Menu: Gateway of Tally]
    Title :$$CurrentCompany+" "+ $$LocaleString:$CompanyNumber:Company:##SvCurrentCompany

    :)
     
    Vashisth and tikamchand like this.


Share This Page