These process points are accessible from the Events tab of a document function cycle’s property sheet.

On Entry - The logic to be executed on entering the cycle. It occurs before the format appears or a mode is set. Typical use is variable initialization and setting constraints on selecting a range of records.

On Sort/Select - The logic to be executed during the sort/select pass. It may be defined for a paging cycle and is performed at sort time. It is typically used to establish selection criteria for the sort.

On Exit - The logic to be executed on exit from the cycle. Typical use is setting communication variables, setting flags, and data manipulation.

Comment on this topic

Topic ID: 500088