These process points are accessible from the Process tab of an update function control break’s property sheet.

On Control Break - The logic to be executed as the first step of the control break, prior to reading control break files.  It references data from the current record (before the controls break occurred).

After Control Break - The logic to be executed immediately before writing control break files.  It references data from the current record (before the control break occurred).

On Next Record - The logic to be executed immediately after writing control break files.  It references data from the next record (the record that has caused the control break).

Comment on this topic

Topic ID: 500420