Adding Detail Areas to Existing Reports
Run cnvrpt [-d|D] to add $DETAIL areas to existing ProgramCode .rpt files. cnvrpt can add the phrase delimiters for language translations and the $DETAIL areas to an existing report file, without changing the rest of the ProgramCode .rpt file.
The cnvrpt -d option only adds $DETAIL areas to those $GROUPS that do not already have a $DETAIL area defined. This preserves any hand-coded $DETAIL areas.
The cnvrpt -D option builds $DETAIL areas on all $GROUPS, removing any existing $DETAIL areas it finds.
Note:
cnvrpt
saves the current ProgramCode
.rpt file
as ProgramCode
.
oldrpt. However, bldrpt creates a new ProgramCode
.rpt and the
current ProgramCode
.rpt is lost. To save the current file, you
must use cnvrpt
without the -r option
rather than using
bldrpt.
To add $DETAIL areas to existing report files