Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RTF reports for Web

Re: RTF reports for Web

From: Turkbear <john.g_at_dot.spamfree.com>
Date: Thu, 20 Oct 2005 15:31:09 -0500
Message-ID: <1jvfl1h7tgddvhtvgf71armlp7g9dbdr6l@4ax.com>


kleuber_at_gmail.com wrote:

>Please someone helps me!
>
>My problem is:
>
>I wanna generate a RTF report with Reports Builder 9i. I´m using these
>parameters:
>
>
>var url = "www.report.gov/reports/rwservlet?SCHEM&report=myserver/"
>
> + "EMPLOYEE.rdf"
> + "&desformat=rtf"
> + "&desname=c://EMPLOYEE.rtf"
> + "&destype=FILE"
> + report_parameters;
>
>
>window.open(url,
> "Relatório",
> "width=screen.width,
> height=screen.height",
> top=0,
> left=0,
> toolbar=YES,
> scrollbars=yes,
> align=middle,
> resizable=yes");
>
>
>
>So, when I start the program, it open a window to save the report and
>when I click SAVE, it open a SAVE dialog box, but the name of report
>isn´t c://EMPLOYEE.rtf.
>
>What i supposed to do?

What is it? Received on Thu Oct 20 2005 - 15:31:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US