Block Duplicate Entry Command

Discussion in 'Tally Developer' started by Rakesh Kumar, Nov 8, 2022.

    
  1. Rakesh Kumar

    Rakesh Kumar Member


    Respected Experts, I want to block Duplicate Entry Command i.e. Alt+1, but below code are not working, kindly suggest me to correct this code in Tally prime: -

    [#Button : BottomToolBarBtn3_Delete]
    Option : DeleteLineKey : Not $$IsCmpOwner

    [#Key : BottomToolBarBtn3]

    Option : DeleteLineKey : Not $$IsCmpOwner

    [!Key : DeleteLineKey]
    Inactive : Not $$IsCmpOwner
    [#Key: Delete Line Object]

    Option : InactiveLineKey : Not $$IsCmpOwner
     


  2. Rakesh Kumar

    Rakesh Kumar Member


    Request to all the experts, pls guide me how to block Alt+1 command (Duplicate). Its very urgent, pls help me.
     


  3. NiravMerchant

    NiravMerchant Active Member


    the key is ALT+2 for Duplicate if u r looking for this then use following code
    it is working fine in tally.erp9 - i have not checked in prime
    u can use conditions as per your requirement

    [#Key: BottomToolBarBtn5]
    Inactive: Yes


    [#Key: Line Duplicate Voucher]
    Inactive: yes
     


Share This Page