I have a routine that uses Crystal reports. It generates 2 PDF files. Now, I want to arrive at one PDF file that combines those two. Sales does not want to continue sending two files to the customer. Unfortunately, which two reports get generated is determined by what gets entered by the sales person, so I really can't hard code it. For instance, I have five different page one reports and three different page two reports. So, if I hard coded it, I would have to choose between 15 different report (combinations) in order to create one file. In addition, I would have 15 reports to maintain, rather than five or three, if things change.




Reply With Quote