Kbase 14076: Print Summary lines and end of data records, not next page
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Print Summary lines and end of data records, not next page
If you want the summary lines to print right after the last data
record instead of starting on the next page, do the following steps.
1 - Properties->Record Layout dialog, Break Record Area across
pages is selected/checked.
2 - Place all the summary info on record band lines, instead of summar
band lines, beneath any other record band lines.
3 - Create 2 aggregate fields
a)CountFinalPass which is a final-pass no-reset count of a field
such as cust-num.
b)CountPrePass which is a pre-pass no-reset, count of same field
as above a).
4 - Create a calculated field, LastRecord, with the expression
CountFinalPass = CountPrePass.
5 - Use Properties->Band Line Properties to select calc field
LastRecord as a print conditional field (print when true) for all
the record band lines that make up the Summary.
Progress Software Technical Support Note # 14076