Try this for generating the report in the background:

  RvSystem1.DefaultDest := rdFile;
  RvSystem1.DoNativeOutput := false;
  RvSystem1.RenderObject := RvRenderPDF1;
  RvSystem1.OutputFileName := 'test1.pdf';
  RvSystem1.SystemSetups := RvSystem1.SystemSetups - [ssAllowSetup];
  RvSystem1.Execute;

Info on this is available on the nevrona.com website.

Good luck -- Al

----- Original Message ----- 
From: "Francois Vermeulen" <[EMAIL PROTECTED]>
To: <delphi-talk@elists.org>
Sent: Tuesday, May 15, 2007 1:31 AM
Subject: Generating PDF document from report


| Hi Guys,
|
| I need some assistance, we need to create a PDF document from a rave 
report,
| then upload the pdf document to a server and send the link back to the
| client.  I've tried using the Rave report PDFRender component but I'm
| struggling to convert the created rave report to a NDRStream.  I'm also
| having difficulty in generating the report in the background without rave
| reports popping up the dialog to request to where it should print the
| report.
|
| Could anybody please help?
|
| Kind Regards
| Francois Vermeulen
|
|
|
| No virus found in this outgoing message.
| Checked by AVG Free Edition.
| Version: 7.5.467 / Virus Database: 269.7.0/804 - Release Date: 2007/05/14
| 16:46 PM
|
| __________________________________________________
| Delphi-Talk mailing list -> Delphi-Talk@elists.org
| http://www.elists.org/mailman/listinfo/delphi-talk
| 

__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to