Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » included database info in Master Page header
included database info in Master Page header [message #66134] Tue, 09 August 2005 15:18 Go to next message
Eclipse UserFriend
Originally posted by: fakeuser.poh.dynalias.org

I have a grid in my Master Page header, and want it to take data from the database, based on a parameter.

When I run the report, I get:
org.mozilla.javascript.EcmaError: ReferenceError: "row" is not defined. (<inline>#1)

and then a stack dump.

The data item is bound to a dataset that will only ever return 1 record that has only one element. I want that element.

I have tried to replace the data item with a list and I lose the error, but the row doesn't show up.

How do I place a record from a dataset into the master page header?
Re: included database info in Master Page header [message #66604 is a reply to message #66134] Wed, 10 August 2005 18:58 Go to previous message
Joe Rybacki is currently offline Joe RybackiFriend
Messages: 36
Registered: July 2009
Member
I have posted this issue. Basically you can't access data in the master
page. You have to set the height of every item in the page and then have
the header and footer effectively be a part of the body.

"Patrick Hart" <fakeuser@poh.dynalias.org> wrote in message
news:20050809111845.0000277d@REN_RTP_PHART...
>I have a grid in my Master Page header, and want it to take data from the
>database, based on a parameter.
>
> When I run the report, I get:
> org.mozilla.javascript.EcmaError: ReferenceError: "row" is not defined.
> (<inline>#1)
>
> and then a stack dump.
>
> The data item is bound to a dataset that will only ever return 1 record
> that has only one element. I want that element.
>
> I have tried to replace the data item with a list and I lose the error,
> but the row doesn't show up.
>
> How do I place a record from a dataset into the master page header?
Previous Topic:BIRT (Linux on zSeries)
Next Topic:Mac OS X Severe Problems
Goto Forum:
  


Current Time: Wed Jul 17 14:38:19 GMT 2024

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

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

Back to the top