Error!

Discussion in 'Tally Developer' started by hitarth, Sep 14, 2012.

    
  1. hitarth

    hitarth Member


    Error in TDL
    'Part : <Part Name>
    Both 'PARTS' and 'LINES'

    Sir,
    What does it means, i am facing this error in a tdl
     


  2. admin

    admin Administrator Staff Member


    If a part contains Part and Line both as attributes, this type of error will come.

    Ex. [Part : My Part]
    Part : My Sub Part
    Line : My Line
     


  3. hitarth

    hitarth Member


    But sir, i have done like this
    [Part : My Part]
    Part : My Sub Part
    [Part : My Sub Part]
    Line : My Line
    Graph Type : ##Graphlocation
    [Line : My Line]
    Field : My Field
    [Field : My Field]
    set as : $Graphlocation
     


  4. admin

    admin Administrator Staff Member


    Try Like this,

    [Part : My Part]
    ;;Part : My Sub Part
    ;;[Part : My Sub Part]
    Line : My Line
    Graph Type : ##Graphlocation
    [Line : My Line]
    Field : Name Field
     


  5. vyadav

    vyadav Member


    Dear Admin

    If i create a stock item image how can is develop , my current path image not show in stock item creation screen
    Please Resolved the error sir ,,,,,

    [#Part: MST Basic]
    Add : Line : At Beginning : Image
    ;Graph Type : ##Image

    [Line : Image]
    Field : Short prompt,Image

    Local : Field : Short Prompt : Set as : "Image"

    [Field : Image]
    Use : name field
    Align: Center
    Storage : LogoPath
    Set as : $LogoPath:Company:##SVCurrentCompany

    [System : UDF]
    LogoPath : String :7800

    [#Part: STKI Basic]
    Add : Right Part : ViewP


    [Part : ViewP]
    Line : ViewP
    Graph Type : $LogoPath:Company:##SVCurrentCompany
    Height : 10
    Width : 30
    Horizontal Align : Center


    [Line : ViewP]
    Field : ViewP


    [Field : ViewP]
    Use:narration field
    Set as : ""
    Color:black
     


Share This Page