Macro: Output_PageCheck

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

------------special macro commands to be used by Report Objects Output_PageCheck command for Report Package. Formats are: OutPut_PageCheck Image Length OutPut_PageCheck Image - uses Image.LINES for length OutPut_PageCheck - Uses OutPut_Image & OutPut_Lines which Procedure_Section creates. does an output for reports w/ a page check

  #IFSAME !1 CHANNEL
    Direct_OutPut Channel !2  // set channel--optional syntax
    #IF !0>2
      OutPut_PageCheck !3 !4
    #ENDIF
  #ELSE
    #IF (!0>1)                // and prints new page if needed
      Send OutPut_PageCheck !1.N !2
    #ELSE
      #IF (!0>0)           // and prints new page if needed
         Output_PageCheck !1 !1.LINES
       #ELSE
         Output_PageCheck OutPut_Image OutPut_Lines
       #ENDIF
    #ENDIF
  #ENDIF
Module location: Report.pkg line 1275 (view source)

------------special macro commands to be used by Report Objects Output_PageCheck command for Report Package. Formats are: OutPut_PageCheck Image Length OutPut_PageCheck Image - uses Image.LINES for length OutPut_PageCheck - Uses OutPut_Image & OutPut_Lines which Procedure_Section creates. does an output for reports w/ a page check

  #IFSAME !1 CHANNEL
    Direct_OutPut Channel !2  // set channel--optional syntax
    #IF !0>2
      OutPut_PageCheck !3 !4
    #ENDIF
  #ELSE
    #IF (!0>1)                // and prints new page if needed
      Send OutPut_PageCheck !1.N !2
    #ELSE
      #IF (!0>0)           // and prints new page if needed
         Output_PageCheck !1 !1.LINES
       #ELSE
         Output_PageCheck OutPut_Image OutPut_Lines
       #ENDIF
    #ENDIF
  #ENDIF