Show Local TDLs in ADDONS

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

    
  1. anish

    anish Member


    How to Show Local TDL Files in Tally F11 Addons.

    Thanks in Advance
     


  2. Manoj Garg

    Manoj Garg Member


    Try this

    ;;Sri Ganeshji:Sri Balaji: Sri Pitreshwarji: Sri Durgaji : Sri Venkateshwara

    [System:UDF]
    IsMyModule:Logical:150

    [#Form:Company Operations]
    Switch:ISMModLowerRel:ISMModNotFor3.2:($$Number:$$ProdInfo:prodReleaseAsStr)<3.2
    Switch:ISMModCurrenRel:ISMModFor3.2:($$Number:$$ProdInfo:prodReleaseAsStr)>=3.2

    [!Form: ISMModNOTFor3.2]
    Local : Part:CMP InvFeat Right :Add : Line :At End : IsMyModule

    [!Form: ISMModFor3.2]
    Local:part:CMP TallyShopFeatures Left : Add : Line : AtEnd : IsMyModule

    ;;************-------------------*********************-----------------------***************

    [Line : IsMyModule]
    Fields : Medium Prompt, IsMyModule
    Local : Field : Medium Prompt : Info : $$LocaleString:"Enable My Module ?."
    Local : Field : Medium Prompt : FullWidth : Yes
    Invisible : NOT $IsAccountingOn OR NOT $IsInventoryOn
    Space Top : 0.4

    [Field : IsMyModule]
    Use : Logical Field
    Storage : IsMyModule
    Inactive : NOT $IsAccountingOn OR NOT $IsInventoryOn
    Set always : yes


    Manoj Garg​
     
    mpal2311 likes this.


  3. mpal2311

    mpal2311 Active Member



  4. anish

    anish Member


    Still its not showing My Local TDL files in Addon.
     


  5. mpal2311

    mpal2311 Active Member


    It is perfectly working in Tally.ERP 9 Rel 3.2.
     


  6. anish

    anish Member


    My tally is 3.3 and its not working there
     


  7. mpal2311

    mpal2311 Active Member


    Please share your codes.
     


  8. anish

    anish Member



    Please find the code

    Code:
    [#Key: Form Accept]
    Option: InactiveKey : $$IsVoucher AND $MyLogicalUDF
     
    [!Key: InactiveKey]
    Inactive : Yes
     
     
     
     
     
    [#Form : Voucher]
    Control: MYVCHCtrlMsg: $$InAlterMode and $MyLogicalUDF
     
    [System : Formula]
    MYVCHCtrlMsg : "You do not rights to alter"
     
    ;; This will control the form to save even if buttons are active
     


  9. mpal2311

    mpal2311 Active Member


    What exactly you want to do?
     


  10. anish

    anish Member


    I want My Tdl show as addon in F6 Addons of tally
     


  11. Manoj Garg

    Manoj Garg Member


    The codes submitted by me will do it. I have checked till 3.6
     


  12. anish

    anish Member


    Its showing like below Image but not showing TDL there please help
    [​IMG]
     


  13. sivam

    sivam Active Member


    Try This......

    [#Part: CMP TallyShopFeatures Left]
    Add : Line : At End : DBTotal

    [Line:DBTotal]
    Space Bottom : 1.5 mms
    Field : Long Prompt,DBTotal
    Local : Field : Long Prompt : Set as : "Show Daybook Total.?:"

    [Field:DBTotal]
    Use : Logical Field
    Set : $DBTotalFlag:Company:##SVCurrentCompany
    Storage : DBTotalFlag

    [System:UDF]
    DBTotalFlag : Logical : 2015
     


  14. mpal2311

    mpal2311 Active Member



  15. srinu

    srinu New Member


    exctaly what i am asking you sir,

    i want to tdl excute in "f11" key like as a same "f12' key
    i dont want excute any tdl files in "f12" sir,

    thanking you very much sir
     


  16. srinu

    srinu New Member


    exctaly what i am asking you sir,

    i want to tdl excute in "f11" key like as a same "f12' key
    i dont want excute any tdl files in "f12" sir,

    please send the code to email address to - srinu.mrk123@gmail.com

    thanking you very much sir
     


Share This Page