Scripts in onRow handler of table [message #66788] |
Thu, 11 August 2005 13:37 |
Eclipse User |
|
|
|
Originally posted by: benn.tilby.tangozebra.com
Hello
I believe I am experiencing a bug in BIRT when I try and place a script in
the onRow handler of a table. The script just adds a value from a particular
column to a variable declared in the onStart handler (a+= row.columnName;).
The totals build up OK but the problem is that it consistently misses off
the first row in the table, so the final total is inaccurate. I believe it
does this because when the onRow event is fired the pointer (or whatever)
has already moved to the start of the next row, so the first value got is
actually from the second row. I have tried to place a reference to the
column in the onStart handler to see if this will access the first row - but
it does not. Does anyone else have any experience with this type of problem?
Or maybe the developers of BIRT would like to get back to me?
Thanks,
Benn Tilby.
|
|
|
Powered by
FUDForum. Page generated in 0.02323 seconds