included database info in Master Page header [message #66134] |
Tue, 09 August 2005 11:18  |
Eclipse User |
|
|
|
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 14:58  |
Eclipse User |
|
|
|
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?
|
|
|
Powered by
FUDForum. Page generated in 0.06230 seconds