how to Voucher field print in invoice...please help me..

Discussion in 'Free Source Codes' started by pramod5542, Aug 8, 2018.

    
  1. pramod5542

    pramod5542 Member


    [System: UDF]
    TND: String: 1103
    [#Part: EI BaseInfo]
    Option: EI TND:$$IsSales:##SVVoucherType


    [#Part: VCHTitle2Left]
    Add: Line: EI TND Line


    [Line: EI TND Line]
    Add: Field: EI TND Label
    Add: Field: EI TND Field


    [Field: EI TND Label]
    Info: "Kind Attention :"
    Width: 15
    Add : print : EI TND Label

    [Field: EI TND Field]
    Use: Short Name Field
    Storage: TND
    Width: 20
    Add : print : EI TND Field
    Untitled.gif
     


  2. RajbhandariGopal

    RajbhandariGopal New Member


    Try this :
    [Field : Your Field Name]
    Set As : $TND
     


  3. pramod5542

    pramod5542 Member


    Its not showing in invoice
     


  4. young man

    young man New Member


    Hi Promod,

    Please Add this Line in your coding :

    [#Part: EXPINV Contact]

    Add : Line : At Beginning : PrintKindAttn


    [Line : PrintKindAttn]

    Fields : Medium Prompt, Name Field

    Local : Field : Medium Prompt : Set As : $$LocaleString:"Kind Attention:"
    Local : Field : Medium Prompt : Width : 18% Page
    Local : Field : Medium Prompt : Style : Small
    Local : Field : Name Field : Set as : $TND
    Local : Field : Name Field : Style : Normal
    Local : Field : Medium Prompt : Cells : ($$Quotient:mad:@ExcelCellColumn:4)
    Local : Field : Name Field : Cells : ($$Quotient:mad:@ExcelCellColumn:4)
     


Share This Page