Skip to main content



      Home
Home » Archived » BIRT » birtParameterDialog
birtParameterDialog [message #150141] Sun, 02 April 2006 03:33 Go to next message
Eclipse UserFriend
Hello,
I am using BIRT 2.0.1
When I try to open a report (which has two parameters), in the html view, I
dont see the parameter dialog. How can I see the parameter input dialog in
html view?

When I try to view the report (using frameset or by specifiying
__format=pdf), I am getting the pdf version of Birt Viewer with nothing on
it. On the status bar it says "Error in running report". When I click on
the error icon (on the bottom of IE status line), it shows a dialog with
the following :

Line: 167
Char : 3
Error: 'birtParameterDialog' is null or not an object
Code: 0
URL:
http://localhost:8090/birt-viewer/frameset?__report=Report\T estActivity.rptd
esign

What am I doing wrong? Any help would be much appreciated .... I am stuck
up with this for the past 2 days ...

Thanks

Sai
Re: birtParameterDialog [message #150189 is a reply to message #150141] Mon, 03 April 2006 05:19 Go to previous messageGo to next message
Eclipse UserFriend
First assign default values to your parameters so that you get some output.

Using the viewer use the reportParam command while running from browser.

If using Report Engine, use the command

task.setParameter(paramname,paramvalue)


Ravi
Re: birtParameterDialog [message #150215 is a reply to message #150189] Mon, 03 April 2006 09:25 Go to previous messageGo to next message
Eclipse UserFriend
Yes ... all my parameters have default value and when I run within Eclipse,
I am able to see some output (in html format). It fails when I try to view
the report using the integrated web viewer or in pdf format.

Would you please elaborate little bit on "Using the viewer use the
reportParam command while running from browser" ...

I am not creating the report through report engine API. I created the
report using report designer.


"Ravi" <ravi123@gmail.com> wrote in message
news:89b0816c31f27cbe91442140022526ac$1@www.eclipse.org...
>
>
> First assign default values to your parameters so that you get some
output.
>
> Using the viewer use the reportParam command while running from browser.
>
> If using Report Engine, use the command
>
> task.setParameter(paramname,paramvalue)
>
>
> Ravi
>
Re: birtParameterDialog [message #150229 is a reply to message #150215] Mon, 03 April 2006 09:44 Go to previous messageGo to next message
Eclipse UserFriend
I looked into the help for "reportParam" ...I want to get those parameter
values from the user. For that I need to show the paratmeter window, which
is not showing up (that is the main issue). How to show (or to find what is
the error in ) displaying the parameter window?

Sai

"Srinivasan Sairam" <Srinivasan.Sairam@gxs.com> wrote in message
news:e0r7nl$3ej$1@utils.eclipse.org...
> Yes ... all my parameters have default value and when I run within
Eclipse,
> I am able to see some output (in html format). It fails when I try to
view
> the report using the integrated web viewer or in pdf format.
>
> Would you please elaborate little bit on "Using the viewer use the
> reportParam command while running from browser" ...
>
> I am not creating the report through report engine API. I created the
> report using report designer.
>
>
> "Ravi" <ravi123@gmail.com> wrote in message
> news:89b0816c31f27cbe91442140022526ac$1@www.eclipse.org...
> >
> >
> > First assign default values to your parameters so that you get some
> output.
> >
> > Using the viewer use the reportParam command while running from browser.
> >
> > If using Report Engine, use the command
> >
> > task.setParameter(paramname,paramvalue)
> >
> >
> > Ravi
> >
>
>
Re: birtParameterDialog [message #150689 is a reply to message #150229] Tue, 04 April 2006 11:09 Go to previous messageGo to next message
Eclipse UserFriend
As far as I know there is no way in BIRT to show the parameter page in
HTML or in other format.

The thing I would suggest is to send parameters through the viewer servlet.
Read BIRT documentation on how to setup an BIRT Viewer and how to deploy a
BIRT report design file onto a J2EE server(use Tomcat).Should not be very
difficult.

After that enter the following URL in your browser :
http://localhost:8080/run?_report=myreport.rptdesign/&pa ramname1=paramvalue1/&paramname2=paramvalue2

Ravi
Re: birtParameterDialog [message #151273 is a reply to message #150689] Wed, 05 April 2006 19:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: apple.development.gmail.com

Not sure what you are asking but have you tried right clicking on the
"Report Parameters" and adding fields for the user input.
Re: birtParameterDialog [message #152114 is a reply to message #150141] Sat, 08 April 2006 12:07 Go to previous message
Eclipse UserFriend
Originally posted by: David.Peterson.mtvnmix.com

The instructions for installing birt with tomcat have been updated (they
were wrong) and if you re-read them, you should get a better understanding
of how and what is possible
http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php

Especially follow the new link:
See Viewer Usage for information on the Viewer Operations.
Previous Topic:Order form in the "Installing BIRT Viewer in Tomcat" tutorial?
Next Topic:run?
Goto Forum:
  


Current Time: Tue Jul 22 21:27:45 EDT 2025

Powered by FUDForum. Page generated in 0.04687 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top