[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.birt] report data not being set in onFetch in BIRT 2.3.1
|
- From: brian.summers@xxxxxxxxxxxx (Brian Summers)
- Date: Tue, 14 Oct 2008 19:13:47 +0000 (UTC)
- Newsgroups: eclipse.birt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I have a report that works fine in 2.2.1 but doesn't work in 2.3.1.
The report modifies a particular column's value in an onFetch() of an ODA
Data Set. In BIRT 2.3.1 the column ends up blank. (Other parts of the
report appear just fine).
I don't get any errors (AFAIK), the column just ends up blank. Logging
shows me that the code in the onFetch() is being executed but it just
doesn't appear on the report.
The same report worked fine on BIRT 2.2.1.
Can anyone suggest what might be wrong?
Thanks,
Brian