UDF Value not print in Sales Invoice

Discussion in 'Tally Developer' started by Santosh, May 20, 2014.

    
  1. Santosh

    Santosh Member


    Dear Admin Sir,
    Please help me i created udf in ledger for delivery address of debitors but sir value not print in Sales Invoice Please help me where is my mistake.


    ;;======================================================================

    [#Form: Ledger]

    FullHeight: Yes
    FullWidth: Yes

    [#Part: LED Mailing Details]
    Add: Part: After: LED Mailing Parts: RepTransDetails

    [Part: RepTransDetails]
    Line: RepDetails

    [Line: RepDetails]
    Field: RepNamePrmt, RepName

    [Field: RepNamePrmt]
    Use: Medium Prompt
    Set as: "Delivery Address :"
    Invisible : Not $$IsBelongsTo:$$GroupSundryDebtors

    [Field: RepName]
    Use : Logical Field
    Storage: DelAddTitle
    Sub Form : Delivery Add : $$Value
    Invisible : Not $$IsBelongsTo:$$GroupSundryDebtors
    Set Always : Yes
    Set As : No
    [System: UDF]
    DelAddTitle : Logical : 1001


    ;;==============================================================================

    [Report: Delivery Add]

    Title : $$LocaleString:"Delivery Address"
    Form : Delivery Add


    [Form: Delivery Add]

    Part : Form Add Title, Delivery Add
    Height : 50% Screen
    Width : 50% Screen
    Full Width : No
    Vertical Alignment : Center
    Horizontal Alignment: Center
    Background : @@SV_UNBLUE
    Option : Small Size Form
    No Confirm : Yes
    Space Bottom : 0

    Local : Field : Form Sub Title : Info : $$LocaleString:"Delivery Address"


    [Part:Form Add Title]

    Line : LED Add Title
    Horizontal Align: Centre

    [Line: LED Add Title]

    Field : Simple Field
    Space Top : .5

    Local : Field : Simple Field : Set as : $$LocaleString:"Delivery Address"
    Local : Field : Simple Field : Skip : Yes
    Local : Field : Simple Field : Align : Centre
    Local : Field : Simple Field : Style : Normal Bold Italic


    [Part:Delivery Add]

    Line : DelAdd
    Space Top: 0.5
    Horizontal Align: Centre

    [Line: DelAdd]

    Field: Simple Field, DelAdd
    Local : Field : Simple Field : Set as : $$LocaleString:""
    Local : Field : Simple Field : Skip : Yes
    Local : Field : Simple Field : Align : Centre
    Local : Field : Simple Field : Style : Normal Bold Italic


    [Field: DelAdd]
    Use: Name Field
    Storage: DelAdd
    Width : 4 Inch
    Add: Max: 200
    Add: Lines: 4

    [System:UDF]

    DelAdd:String:2190


    ;;====================================================================================================================

    [#Part: EXPINV TopRight]

    Add:part:After:EXPINV Terms:EXPINV DELADD

    [Part:EXPINV DELADD]
    Lines:EXPINV DelSubTitle, EXPINV DelAdd

    [Line: EXPINV DelSubTitle]

    Field:Simple Field
    Local:Field : Simple Field: Set as:$$LocaleString:"Delivery Address"

    [Line:EXPINV DelAdd]

    Field:Name Field
    Local:Field : Name Field: Set as: $DelAdd
     


  2. Maulik Patel

    Maulik Patel Active Member


    Hi Santosh,

    try this
    Local : Field : Set As : $DelAdd:Ledger:$PartyLedgerName
     


  3. Santosh

    Santosh Member


    Maulik ,
    Thank you its working fine
     


Share This Page