Report Title

Discussion in 'Tally Developer' started by HVPatel, Jul 18, 2014.

    
  1. HVPatel

    HVPatel Active Member


    Dear Experts,
    I have added print after invoice print, but its not change Report Title, because user has set default title (in Account Info > Voucher Type > Alter > Sales > "Default Print Title : "My Sales Invoice")

    Above set default, effects to my new report title, and not changing.
    Code:
    [#Form        : Sales Color]
        Add        : Option: HP Sales Color : @@Issales
     
    [!Form        : HP Sales Color]
        Add        : Print: MyReport print
     
    [Report    : MyReport print]
        Title    : "MyReport Print"
        PrintSet: Report Title : "MyReport Print"
        Form    : MyReport print
        Object    : Voucher
    
    Please do the needful.
    Thanks
     
    hitarth likes this.


  2. sivam

    sivam Active Member



    Try this...

    Code:
    [#Form:Sales Color]
            Delete: Print: Printed Invoice
            Print  : MyReport print
     
    [Report    : MyReport print]
        Title    : "MyReport Print"
        PrintSet: Report Title : "MyReport Print"
        Form    : MyReport print
        Object    : Voucher
    
     


  3. HVPatel

    HVPatel Active Member


    Thanks for Immediate Reply,
    But i do not want to Delete Print
    Regards
     


  4. admin

    admin Administrator Staff Member



    It will print with new report Title. We have tested.

    are you using ##ReportTitle to print it or not? Please check
     


  5. HVPatel

    HVPatel Active Member


    Print Title showing default.png Sir,
    I need to show My Report title set in tdl code, instead default capture from Tally.
    here in attached image showing default set from account info > vch type..
    instead my title
    Please do the needful.
    Thanks
     


Share This Page