Disable first field of "TallyINI PreLoad LocTDLs"

Discussion in 'Requests' started by Real Dhaval Shah, Jul 23, 2020.

    
  1. Real Dhaval Shah

    Real Dhaval Shah New Member


    Hello,

    I wanted to load my TDL first and not allow users to modify it. I can ensure that my TDL is first in the ini file, however I do not know how to make the field read only for only the first TDL. The field is "TallyINI PreLoad LocTDLs" in the form "LocalTDLConfig"


    I did the following code, however it makes all the lines readonly :(

    [#Field: TallyINI PreLoad LocTDLs]
    Read Only:Yes
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    [#Field: TallyINI PreLoad LocTDLs]
    Skip : #TallyINILoadLocTDLs = $$LocaleString:"No" OR NOT $$AllowLocalTDLs OR $$Line=1
     


Share This Page