Message-ID: <003b01bdeb93$9faee100$13e7acc1@foxe> From: "Pieter van Ginkel" To: "Delorie" Subject: Reporting an Invoice. Date: Tue, 29 Sep 1998 12:24:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk I have to make an invoice from data from a few tables. It has to have company information, parts information and repairs information on it. It has to look like an official invoice. Own company in the header, name and address of receiver in header and totals at the bottom. The things that are billed are parts and repairs. I want to do it with qreport but the problem is that you can only have one detail information, so I would have to choose parts or repairs. I had a solution to this, namely making a new table and just putting formatted strings in it and print that directly to the invoice. The only problem is that it gets a mess. What do I have to do and what can I do. Thanks.