Macro: Output_Wrap_PageCheck

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

Output_Wrap_PageCheck command for Report Package. Formats are: OutPut_PageCheck Image Length OutPut_PageCheck Image - uses Image.LINES for length does an output for reports w/ a page check

  #IFSAME !1 CHANNEL
    Direct_OutPut Channel !2  // set channel--optional syntax
    #IF !0>2
      OutPut_Wrap_PageCheck !3 !4
    #ENDIF
  #ELSE
    #IF (!0>1)                     // and prints new page if needed
      Send OutPut_Wrap_PageCheck !1.N !2 TRUE // unconditional print
      [~|122] Repeat
        BlankForm !1
        Send OutPut_Wrap_PageCheck !1.N !2 FALSE // print if not empty
      [~|122] Loop
    #ELSE
      Output_Wrap_PageCheck !1 !1.LINES
    #ENDIF
  #ENDIF
Module location: Report.pkg line 1299 (view source)

Output_Wrap_PageCheck command for Report Package. Formats are: OutPut_PageCheck Image Length OutPut_PageCheck Image - uses Image.LINES for length does an output for reports w/ a page check

  #IFSAME !1 CHANNEL
    Direct_OutPut Channel !2  // set channel--optional syntax
    #IF !0>2
      OutPut_Wrap_PageCheck !3 !4
    #ENDIF
  #ELSE
    #IF (!0>1)                     // and prints new page if needed
      Send OutPut_Wrap_PageCheck !1.N !2 TRUE // unconditional print
      [~|122] Repeat
        BlankForm !1
        Send OutPut_Wrap_PageCheck !1.N !2 FALSE // print if not empty
      [~|122] Loop
    #ELSE
      Output_Wrap_PageCheck !1 !1.LINES
    #ENDIF
  #ENDIF