Help with this TDL in Tally Prime

Discussion in 'Tally.ERP 9' started by BhushanGadiya, Nov 26, 2021.

    
  1. BhushanGadiya

    BhushanGadiya New Member


    Can you pleae help me fix this TDL for tally prime

    [#Form : Default]

    Add : Key : DelReps

    ;; Actual code starts from Here
    ;=============================================================
    [#Menu: Main Menu]

    Add : Key : DelReps

    [#Menu: Default]

    Add : Key : DelReps

    [#Form: Voucher]

    Add : Key : DelReps

    [Key : DelReps]

    Key : Alt + 1
    Action : Alter : PAthSettings


    [Report :pAthSettings]

    [Form :pAthSettings]

    Part :pAthSettings
    On : form Accept : yes : Call : LstDeletes
    On : form Accept : yes : Refresh TDL

    [Part :pAthSettings]

    Line :pAthSettings

    [Line :pAthSettings]
    Field :pAthSettings
    [Field :pAthSettings]
    Use : Name Field
    Table : CEMListColl
    Dynamic : ""


    [Function : LstDeletes]
    Variable :pAthSettings : String

    001 :Set : PAthSettings : #PAthSettings

    010: LIST DELETE : CMPLists : #PAthSettings


    [#Report: Select Company]

    Set : SVCurrentPath :""

    [#Form : CMP Select Action Form]

    On : form Accept : yes : Call : SetPatch


    [Function : SetPatch]

    Variable :SetPatch : String


    100 : Set : SetPatch : #CMPDirectory
    200 : List Add : CMPLists : ##SetPatch:#PAthSettings


    [Collection : CEMListColl]

    Title : "Company List"
    Data Source : Variable : CMPLists

    Format : $$VarKey,40
    Full Height : yes

    [Variable : CMPLists]

    Type : String
    Persistent : Yes

    [System : Variable]

    List Variable: CMPLists


    [#Field: CMP Directory]

    Use : Name Field
    Table : CEMListColl,Any
    Show Table : Always
    Trigger : New Number1 : $$IsSysNameEqual:Any:$$EditData
    CommonTable : No
    Dynamic : ""
    Key : Create New Number
    Skip on : No


    [Report: New Number1]

    Auto : Yes
    Title : $$LocaleString:"New Path"

    [Form: New Number1]

    No Confirm : Yes
    Full Width : No

    Space Top : 1
    Space Bottom: 1
    Space Left : 1
    Space Right : 1

    Background : @@SV_UNWHITE
    Parts : New Number1
    Output : New Number

    [Part: New Number1]

    Lines : Form SubTitle, New Number
    Local : Field : Form SubTitle : Info : $$LocaleString:"New Data Path"
    Local : Field : New Number : Width : 40
     


  2. Vijay Shetye

    Vijay Shetye Member


    Please elaborate your issue..
    Instead of Copy pasting the Code in Tally Text part please attached the code in Upload option provided

    and type Description of your issue in Text Part

    so that member can reply with the solutions
     


Share This Page