I have multiple RVSystems set up each with there own unit to print one report each. I have a program where the user can select from a list of which ones they want to see.
The problem I'm trying to solve is how to combine the ones the user selects so they don't have to preview/print for each one they choose. I don't want to use a RVProject because they are all code based and I am not using a .rav file at all. Thanks!!!
I have looked at the Nevrona tip #41 which is supposed to address but it uses a RVProject with a .rav file to access the separate reports.
Nick
WPCubed wPDF can print multiple RAVE report into one PDF file:
http://www.wpcubed.com/manuals/wpdf/index.html?ravereport.htm
Example 2: Render multiple NDR files directly to the PDF file 'c:\rave.pdf'. It uses an open dialog to let you choose the files.
Also maybe You can use Gnostice eDocEngine to merge Rave Reports:
http://www.gnostice.com/nl_article.asp?id=247&t=Export_From_Rave_Reports_To_PDF_And_Other_Formats
Programmatic Export From Rave Report Snapshot File In this example, eDocEngine will be used to export a Rave Reports report from an NDR (Rave Report snapshot) file.
Open the IDE and create a VCL forms application. Drop three Rave Reports export interface components (TgtRaveExportInterface) on the form. Drop a PDF engine (TgtPDFEngine), RTF engine (TgtRTFEngine) and XHTML engine (TgtXHTMLEngine) components on the form. Add a button to the form and set this procedure for its click event handler