How to Print Due Dates in Horizontal Alignment

Discussion in 'Tally Developer' started by Sundar, Sep 26, 2012.

    
  1. Sundar

    Sundar Member


    Hello Experts
    I am Customizing Sales Invoice. In that I m trying to Print Stock Items Due Dates in Horizontal alignment. In default invoice it comes in vertical alignment using "Repeat" of inventory Line. But I want to Print Due Dates of all Stock items in Horizontal Alignment. Can anybody help me by TDL Codes.

    Thanks in Advance
    Warm Regards
    Sundar
     


  2. admin

    admin Administrator Staff Member


    Where you want to print? In the voucher header level or Item Level/

    You can use $$FullList function achieve this.

    Syntax: $$FullList:<CollectionName>:<UDF>
     


  3. Sundar

    Sundar Member


    Thanks for your Reply Sir,
    I want to print in Item Level, I have tried by the following code but its not working
    $$FullList:BATCHALLOCATIONS:$OrderDueDate . Can you please help me.
     


  4. pullarao

    pullarao New Member


    hi,

    use these code...


    [Field : MY FIELD]

    Use : Name Field
    Set As : $$String:($$FullList:BatchAllocations:$OrderDueDate)
     


Share This Page