AndrewMozley
Programmer
There is a single cursor containing the lines of a batch of invoices : Date, Invoice Ref, Customer name, Line value . . .
A report is produced from this cursor using a .frx file. It is grouped by Invoice Ref. On the report the ‘Invoice Ref’ field is marked Print Repeated Values = “No”, so that the Invoice Ref is only printed on the first line of the invoice. I would also like to suppress the printing of the date and Customer name until the Invoice reference changes.
What is the simplest way to do that please?
A report is produced from this cursor using a .frx file. It is grouped by Invoice Ref. On the report the ‘Invoice Ref’ field is marked Print Repeated Values = “No”, so that the Invoice Ref is only printed on the first line of the invoice. I would also like to suppress the printing of the date and Customer name until the Invoice reference changes.
What is the simplest way to do that please?