Mulit Data path setup in Tally prime

Discussion in 'Requests' started by Rajsrisrimal, Jul 11, 2022.

    
  1. Rajsrisrimal

    Rajsrisrimal Member


    can we use this TDL in Tally prime ?
    Already using in Tally erp9 the same.




    [#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
     


Share This Page