Macro: Make$Procs

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

---Create all the default Message handlers for all Sections. These all do nothing and are intended for override This will make routines for all OnSubHeaderInit, OnSubHeader, and OnSubTotal Procedures. They all do nothing and are intended for override. Procedure: OnSubHeaderInit1..n This is called when a new subheader is started. It is called only once for each new subheader. It is not called when subheaders are printed during a page break. Procedure: OnSubHeader1..n This is called each time a subheader needs to be printed - both the first time a subheader is printed and during the reprinting of subheaders during page breaks. Procedure: OnSubTotal1..n This is called when a subtotal needs to be processed Procedure_Name Crnt_Num End_Num

    #SET I$ !2
    Procedure !1!i
    End_Procedure
    #IF (!i<!3)
      Make$Procs !1 !I !3
    #ENDIF
  
Module location: Report.pkg line 308 (view source)

---Create all the default Message handlers for all Sections. These all do nothing and are intended for override This will make routines for all SubHeader_Init, SubHeader, and SubTotal Procedures. They all do nothing and are intended for override. Procedure: SubHeader_Init1..n This is called when a new subheader is started. It is called only once for each new subheader. It is not called when subheaders are printed during a page break. Procedure: SubHeader1..n This is called each time a subheader needs to be printed - both the first time a subheader is printed and during the reprinting of subheaders during page breaks. Procedure: SubTotal1..n This is called when a subtotal needs to be processed Procedure_Name Crnt_Num End_Num

    #SET I$ !2
    Procedure !1!i
    End_Procedure
    #IF (!i<!3)
      Make$Procs !1 !I !3
    #ENDIF