hexagon logo

Footer in report problem ?

Recently we updated our software from v3.5 to v4.1. when i print report i can see the standard header ( supplied with software ) but my report don't print footer which i can see in the edit window. ( standard Elogo.dat footer ) .
Any body help me to resolve this issue ?.

END OF MEASUREMENT FOR


PN=#PARTN DWG=#DRWN SN=#SERIALN

TOTAL # OF MEAS =#NMEAS # OUT OF TOL =#NOUT # OF HOURS =#ELAPSTIM

This footer is not printing with my report

Thank in advance
Parents
  • Headers and footers do not work the same way in v4.x versions. These versions use a new template based approach. Modifying the .dat file will have no effect on the report because report data is no longer in the Edit window and the .dat files only control headers and footers in the Edit window.

    If you want a footer in your Report window, you will need to create a label template with the information you want to display. You can call the same data that .dat file used to call, but you will need to use Report expressions instead of .dat keywords:
    [FONT=Courier New][B].DAT # Keyword        Equivalent Command in Template[/B]
    #DATE   . . . . . . . . =SYSTEMDATE("MMMM dd, yyyy")
    #TIME[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=SYSTEMTIME("HH:mm")
    #PAGE[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=Page()
    #TRn [/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=TRACEFIELD(n)
    #PARTN[/FONT][FONT=Courier New]  . . . . . . . . [/FONT][FONT=Courier New]=PARTNAME()
    #DRWN[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=REVNUM() 
    #SERIALN[/FONT][FONT=Courier New]  . . . . . . . [/FONT][FONT=Courier New]=SERNUM()
    #SEQUENCE[/FONT][FONT=Courier New] . . . . . . .  [/FONT][FONT=Courier New](Not applicable)
    #SHRINK[/FONT][FONT=Courier New] . . . . . . . . [/FONT][FONT=Courier New]=MEASSCALE()
    #NMEAS[/FONT][FONT=Courier New]  . . . . . . . . [/FONT][FONT=Courier New]=NUMMEAS()
    #NOUT[/FONT][FONT=Courier New]   . . . . . . . [/FONT][FONT=Courier New]. =NUMOUTTOL()
    #ELAPSTIM[/FONT][FONT=Courier New]   . . . . . . [/FONT][FONT=Courier New]=ELAPSEDTIME()
    #BMP=bitmappath[/FONT][FONT=Courier New] . . . .  ([/FONT][FONT=Courier New]Use Bitmap Object)
    [/FONT]
    Once your label template is completed, modify the rules for your Report template to have it pull in your newy created footer label template. Consult the help file for how to do all this.

    Edit: I created a footer template showing how to do this located on the WAI website.
Reply
  • Headers and footers do not work the same way in v4.x versions. These versions use a new template based approach. Modifying the .dat file will have no effect on the report because report data is no longer in the Edit window and the .dat files only control headers and footers in the Edit window.

    If you want a footer in your Report window, you will need to create a label template with the information you want to display. You can call the same data that .dat file used to call, but you will need to use Report expressions instead of .dat keywords:
    [FONT=Courier New][B].DAT # Keyword        Equivalent Command in Template[/B]
    #DATE   . . . . . . . . =SYSTEMDATE("MMMM dd, yyyy")
    #TIME[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=SYSTEMTIME("HH:mm")
    #PAGE[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=Page()
    #TRn [/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=TRACEFIELD(n)
    #PARTN[/FONT][FONT=Courier New]  . . . . . . . . [/FONT][FONT=Courier New]=PARTNAME()
    #DRWN[/FONT][FONT=Courier New]   . . . . . . . . [/FONT][FONT=Courier New]=REVNUM() 
    #SERIALN[/FONT][FONT=Courier New]  . . . . . . . [/FONT][FONT=Courier New]=SERNUM()
    #SEQUENCE[/FONT][FONT=Courier New] . . . . . . .  [/FONT][FONT=Courier New](Not applicable)
    #SHRINK[/FONT][FONT=Courier New] . . . . . . . . [/FONT][FONT=Courier New]=MEASSCALE()
    #NMEAS[/FONT][FONT=Courier New]  . . . . . . . . [/FONT][FONT=Courier New]=NUMMEAS()
    #NOUT[/FONT][FONT=Courier New]   . . . . . . . [/FONT][FONT=Courier New]. =NUMOUTTOL()
    #ELAPSTIM[/FONT][FONT=Courier New]   . . . . . . [/FONT][FONT=Courier New]=ELAPSEDTIME()
    #BMP=bitmappath[/FONT][FONT=Courier New] . . . .  ([/FONT][FONT=Courier New]Use Bitmap Object)
    [/FONT]
    Once your label template is completed, modify the rules for your Report template to have it pull in your newy created footer label template. Consult the help file for how to do all this.

    Edit: I created a footer template showing how to do this located on the WAI website.
Children
No Data