AndrewMozley
Programmer
Using the report writer to print a report from a single cursor.
The report is a list of invoices, each of which may have more than one line. So I am printing Invoice reference, Supplier name and line value (and some other things). The report is grouped by invoice reference (within date).
For a multi-line invoice I would prefer not to have the supplier name (and indeed the invoice reference itself) repeated on the 2nd line. However when, in the report designer, I double click on the 'Supplier name' field and go to the 'Print When' tab, the "Print repeated values" options are greyed out.
I do not have anything specified in the 'Print only when expression is true' box.
How can I suppress the repeated values? Have searched other sites for references to this matter, and it seems to have occurred to many people.
I suppose I can process the cursor (before running the report) and blank out the repeated values but would prefer to use the feature in the report writer.
Thanks. Andrew
The report is a list of invoices, each of which may have more than one line. So I am printing Invoice reference, Supplier name and line value (and some other things). The report is grouped by invoice reference (within date).
For a multi-line invoice I would prefer not to have the supplier name (and indeed the invoice reference itself) repeated on the 2nd line. However when, in the report designer, I double click on the 'Supplier name' field and go to the 'Print When' tab, the "Print repeated values" options are greyed out.
I do not have anything specified in the 'Print only when expression is true' box.
How can I suppress the repeated values? Have searched other sites for references to this matter, and it seems to have occurred to many people.
I suppose I can process the cursor (before running the report) and blank out the repeated values but would prefer to use the feature in the report writer.
Thanks. Andrew