Prevent Second users from accesing tdl load config

Discussion in 'Free Source Codes' started by ANURAG954245, Feb 24, 2023.

    
  1. ANURAG954245

    ANURAG954245 Member


    Code:
       
    [#Button: Manage LocalTDL]
        Key             : F4
        Inactive:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
        Inactive:not $$IsCmpOwner
    
    [#Button: AddonsFeature]
        Key             : F6
        Inactive:not $$IsCmpOwner
        Inactive:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
       
    [#Field:TALLYINILOADLOCTDLS]
        Skip:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
       
    [#Field:TALLYINILOCTDLSLOAD]
        Skip:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
       
    [#Field:TALLYINILOCTDLSFILENAME]
        Skip:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
       
    [#Button: Manage LocalTDL]
        Key             : F4
        Inactive:$$IsEmpty:$$SelectedCmps OR $$IsEmpty:@@AddonTotalTDL
       
    [#Button: Manage LocalTDL]
       
    
        Key             : F4
        Inactive:not $$IsCmpOwner
    [#Button: AddonsFeature]
    
        Key             : F6
        Inactive:not $$IsCmpOwner
       
    
     
    Rajsrisrimal likes this.


Share This Page