Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Control Break Process Points

Control Break logic may be defined for an Update a Report or a Document function.  There are three event process points, Before Control Break, After Control Break and On Next Record.

Before Control Break - This logic is executed as the first step of the control break, prior to reading control break files.  It references data from the current record (i.e. the record before the control break occurred).

After Control Break - This logic is executed immediately before writing control break files.  It references data from the current record (i.e. the record before the control break occurred).

On Next Record - This logic is executed immediately after writing control break files.  It references data from the next record (i.e. the record that has caused the control break).

Comment on this topic

Topic ID: 520001