Macro: FOOTER$SETS

Module location: cReport.pkg line 1326 (view source)

  #IFSAME !1 ONPAGEFOOTER
    Procedure Page_Footer_Set
      Set Footer_Lines to (!2 + (Footer_Lines(self)) )
      Set Page_Footer_Lines to !2
    End_Procedure
  #ELSE
    #IFSAME !1 ONPAGEBOTTOM
      Procedure Page_bottom_Set
        Set Footer_Lines to (!2 + (Footer_Lines(self)) )
      End_Procedure
    #ELSE
      #IFSAME !1 ONPAGETOTAL
        Procedure Page_total_Set
          Set Footer_Lines to (!2 + (Footer_Lines(self)) )
        End_Procedure
      #ELSE   // must be OnReportFooter
        Procedure Report_Footer_Set
          Set Report_Footer_Lines to !2
        End_Procedure
      #ENDIF
    #ENDIF
  #ENDIF
Module location: Report.pkg line 1367 (view source)

  #IFSAME !1 PAGE_FOOTER
    Procedure Page_Footer_Set
      Set Footer_Lines to (!2 + (Footer_Lines(self)) )
      Set Page_Footer_Lines to !2
    End_Procedure
  #ELSE
    #IFSAME !1 PAGE_BOTTOM
      Procedure Page_bottom_Set
        Set Footer_Lines to (!2 + (Footer_Lines(self)) )
      End_Procedure
    #ELSE
      #IFSAME !1 PAGE_TOTAL
        Procedure Page_total_Set
          Set Footer_Lines to (!2 + (Footer_Lines(self)) )
        End_Procedure
      #ELSE   // must be REPORT_FOOTER
        Procedure Report_Footer_Set
          Set Report_Footer_Lines to !2
        End_Procedure
      #ENDIF
    #ENDIF
  #ENDIF