Hello everyone,
I have a problem that I have to believe has a simple resolution... hope someone can help me:
Quick overview of what i'm trying to do: I am trying to export "monthly statement" information to a CSV file where we would then send the CSV to a company for printing of the statements.
My crystal report has one detail line. On this detail line is the customers header info (i.e. name, address, etc) and a SUBREPORT that prints each open invoice and payments made towards the invoice for the customer. SOOO, for every invoice record, the header information gets printed again. Like such:
CUSTOMER NAME, ADDRESS, INVOICE #1, INV AMT, INV BALANCE
CUSTOMER NAME, ADDRESS, INVOICE #1, PMT AMT, INV BALANCE
CUSTOEMR NAME, ADDRESS, INVOICE #2, INV AMT, INV BALANCE
When printing to an XLS, it works fine. BUT, when printing to a CSV or anything other than an XLS, it only prints the Header info (Customer name & Address) and cuts off the invoice information. BUT IT DOES repeat the header info as many times as there are open invoices for the customer... so it's like it's seeing the invoices, just not printing them.
Anybody have any ideas?
Thank You!
Jack
I have a problem that I have to believe has a simple resolution... hope someone can help me:
Quick overview of what i'm trying to do: I am trying to export "monthly statement" information to a CSV file where we would then send the CSV to a company for printing of the statements.
My crystal report has one detail line. On this detail line is the customers header info (i.e. name, address, etc) and a SUBREPORT that prints each open invoice and payments made towards the invoice for the customer. SOOO, for every invoice record, the header information gets printed again. Like such:
CUSTOMER NAME, ADDRESS, INVOICE #1, INV AMT, INV BALANCE
CUSTOMER NAME, ADDRESS, INVOICE #1, PMT AMT, INV BALANCE
CUSTOEMR NAME, ADDRESS, INVOICE #2, INV AMT, INV BALANCE
When printing to an XLS, it works fine. BUT, when printing to a CSV or anything other than an XLS, it only prints the Header info (Customer name & Address) and cuts off the invoice information. BUT IT DOES repeat the header info as many times as there are open invoices for the customer... so it's like it's seeing the invoices, just not printing them.
Anybody have any ideas?
Thank You!
Jack