please help to short out its not shown in tally prime

Discussion in 'Tally Developer' started by Sanjay Manna, Apr 3, 2021.

    
  1. Sanjay Manna

    Sanjay Manna Member


    ;===============================================================
    ;======================= F11 Feature ===========================
    ;===============================================================
    [#Part: CMP TallyShopFeatures Left]
    Add : Line : At End : CMP EnableRouteLine

    [Line:CMP EnableRouteLine]
    Space Bottom : 1.5 mms
    Field : Long Prompt,CMP EnableRouteLine
    Local : Field : Long Prompt : Set as : "Enable My Report...?:"

    [Field:CMP EnableRouteLine]
    Use : Logical Field
    Storage : EnableRoute
    Set as : If $$IsEmpty:$$Value then "No" else $$Value
    Sub Form: CMP RouteNameReport: $$Value = "Yes"
    [Report: CMP RouteNameReport]
    Form : CMP RouteNameForm
    Object : Company
    [Form: CMP RouteNameForm]
    Part : CMPRouteDetails
    Bottom Part:smsMark86
    width : 50 % Page
    Height: 50 % Page


    [Field:CMPName Field]
    Use : Name Field
    Skip : Yes
    Align : Center
    Border : Thin Bottom
    [Part:smsMark86]
    Line:smsMarkLn86

    [Line:smsMarkLn86]
    Field:smsMarkFld86

    [Field:smsMarkFld86]
    Use:Name Field
    Set as:"Sanjay-7001099899"
    Full Width:Yes
    Align:Center
    Color:"Blue"
    Style:sms007
    Border:Thin Bottom
    Read Only:Yes
    Skip Forward:Yes

    [Style:sms007]
    Font:"Times New Roman"
     


  2. KUSHAL BAROT26

    KUSHAL BAROT26 New Member


    first you have to change this name field like this
    [Field:CMPName Field]
    and you din't add any part of data Part : CMPRouteDetails that's why after you change the field then tally showing error
     


  3. Sanjay Manna

    Sanjay Manna Member


    i have change but error show
    plz help
     


  4. KUSHAL BAROT26

    KUSHAL BAROT26 New Member


    [#Part: CMP TallyShopFeatures Left]
    Add : Line : At End : CMP EnableRouteLine
    [Line:CMP EnableRouteLine]
    Space Bottom : 1.5 mms
    Field : Long Prompt,CMP EnableRouteLine
    Local : Field : Long Prompt : Set as : "Enable My Report...?:"
    [Field:CMP EnableRouteLine]
    Use : Logical Field
    Storage : EnableRoute
    Set as : If $$IsEmpty:$$Value then "No" else $$Value
    Sub Form: CMP RouteNameReport: $$Value = "Yes"
    [Report: CMP RouteNameReport]
    Form : CMP RouteNameForm
    Object : Company
    [Form: CMP RouteNameForm]
    Parts : smsMark86;
    Option : Small Size Form
    FullWidth : No
    FullHeight : No
    SpaceTop : 1
    SpaceBottom : 1
    SpaceLeft : 1
    SpaceRight : 1
    Background : @@SV_COSTCATEGORY
    Horizontal Alignment: Centre
    Vertical Alignment : Centre
    [Field:CMPName Field1]
    Use : Name Field
    Skip : Yes
    Align : Center
    Border : Thin Bottom
    [Part:smsMark86]
    Line:smsMarkLn86
    [Line:smsMarkLn86]
    Field:smsMarkFld86
    [Field:smsMarkFld86]
    Use:Name Field
    Set as:"Sanjay-7001099899"
    Full Width:Yes
    Align:Center
    Color:"Blue"
    Style:sms007
    Border:Thin Bottom
    Read Only:Yes
    Skip Forward:Yes
    [Style:sms007]
    Font:"Times New Roman"
    [System:UDF]
    EnableRoute : Logical : 1022
     


  5. Sanjay Manna

    Sanjay Manna Member


    this is not for tally prime
     


Share This Page