Purpose

When &#@SUPDETF is enabled, the printing of detail lines in a report is suppressed.  When it is disabled (default) detail lines are shown.

Syntax

&#@SUPDETF

Remarks

This option can be enabled or disabled in any logic routine.  The status of this option is checked after processing the last field of a print line.

The setting remains for the duration of the PROIV session, or until it is changed by another &#@SUPDETF setting.

Example

Assume the report LR1 is required to print detail information, but the subordinate LR2 is required to print only control or total lines. 
The logic required is:
In Default Logic for LR1:................................DISABLE (&#@SUPDETF)
In Default Logic for LR2:................................ENABLE (&#@SUPDETF)
In End-of-file Control Break Logic for LR2:.....DISABLE (&#@SUPDETF).  This is included so that LR1 will print detail information at its next iteration.

Comment on this topic

Topic ID: 520177