Macro: Make$Procs

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