Pls Explain Error Msg

Discussion in 'Tally Developer' started by vinay, Jul 6, 2012.

    
  1. vinay

    vinay New Member


    I found one error msg when wanted to add a logo in a report(I Attach one Image showing Error Msg)

    first time it display me logo when i refresh the logo going to Day book print then it show me in my report, but second or third time when i print the report it display me Error Msg.

    Pls Help
     

    Attached Files:



  2. admin

    admin Administrator Staff Member


    Which version of Tally Release you are using?
    There will be lot of scenarios you may get these kind of errors.
    Send us your TDL code to rectify the issue.
     


  3. vinay

    vinay New Member


    im Using Tally ERP -9, Series - A, V-3.4, Gold

    I modify the code, but it didnt work

    Code:
    [Part : TC Head ]
        Part        : TC Head Right
        Option      : TC Head Logo :  @@IsLogoEnabledTC
       
    [System : Formula]
        IsLogoEnabledTC    : $IsLogoEnabled:Company:##SVCurrentCompany
     
    [!Part : TC Head Logo]
        Delete : Part
        Add : Part        :    EXPSMP Logo,TC Head Right
        Add : Right Part  :  TC HeadBlank
        Local : Part:    EXPSMP Logo    : Invisible    : Not $$INPrintMode
        Local : Part:    TC HeadBlank    : Invisible    : Not $$INPrintMode
        Local : Part:    EXPSMP Logo    : Delete : Width       
        Local : Part:    EXPSMP Logo    : Border : Thin Box
        Local : Part:    EXPSMP Logo    : Add : Width    : 10% Page
        Local : Part:    EXPSMP Logo    : Height        : 9%  Page
        Local : Part:    TC HeadBlank    : Width            : 10% Page
        Vertical    :    No
        Space Left    :    1 mms
        Space Top    :    1 mms
     
       
     
     
     
    [Part : TC HeadBlank]
        Line : Empty  ;;TC HeadBlank
       
    [Line    :    TC HeadBlank]
     
        Field : TC HeadBlank
    [Field  : TC HeadBlank]
        Set as : ""
        Border : Thin Box
        Skip  : Yes
     
     
    [Part : TC Head Right]
        Line : DSP CompanyName, TC CmpAdd, TC Title, TC SchCode
        Local : Line : DSP CompanyName : Local : Field : DSP CompanyName : Skip : yes
        Local : Line : DSP CompanyName : Local : Field : DSP CompanyName : Full Width : Yes
        Local : Line : DSP CompanyName : Local : Field : DSP CompanyName : Align    : Centre
        Local : Line : DSP CompanyName : Local : Field : DSP CompanyName : Delete : Print Style
        Local : Line : DSP CompanyName : Local : Field : DSP CompanyName : Print Style : Company Name
     
     
    and Body part
    .
    .
    .
    .
     
    
     


  4. vinay

    vinay New Member


    Pls Reply
     


Share This Page