To code control breaks in reports

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
  1. In the Program Painter, identify the data items you want to test for a control break. The order in which you code the data items creates the control hierarchy, where FINAL is the highest control, the first data item is the major control, and the last data item is the minor (lowest) control.
  2. Type RED in columns 4 through 6.
  3. Type the report name starting in column 12 of the same line.
  4. Continue coding, using the following as your guide:
       RED     reportname
               [CONTROL [IS] | CONTROLS [ARE] [FINAL] 
                   dataname1 ... [datanameN]]

For example:

   RED     STOCK-REPORT
           CONTROLS ARE FINAL WS-LOCATION-CODE