RobReynolds
Technical User
I have an Accounts Revceivable report with a column for comments that is associated to the customer id. The comments column is a long datatype. I set the Layout of the comments field to multi-line with word wrap. The height size of the cell is set to dynamic.
the report looks like:
Cust Id invoice# amt comments
ABC Co 100 50.00 7/25 I called the customer
and left message
7/26 customer called
and said the check is
in the mail.
101 100.00
102 75.00
my problem is that I would like to eliminate the gap between the row for invoice 100 and 101. Some of the comments can be extensive and the gaps make the report look awkward. I've considered putting the comments in a customer id header, but I can't get a header size to be a dynamic height (some customers will have more comments than others). Does anyone know if there is way to dynamically size the height of a header or to use a text/form frames in a column that wraps the text associating it to the customer id without having these gaps between the detail rows?
the report looks like:
Cust Id invoice# amt comments
ABC Co 100 50.00 7/25 I called the customer
and left message
7/26 customer called
and said the check is
in the mail.
101 100.00
102 75.00
my problem is that I would like to eliminate the gap between the row for invoice 100 and 101. Some of the comments can be extensive and the gaps make the report look awkward. I've considered putting the comments in a customer id header, but I can't get a header size to be a dynamic height (some customers will have more comments than others). Does anyone know if there is way to dynamically size the height of a header or to use a text/form frames in a column that wraps the text associating it to the customer id without having these gaps between the detail rows?