Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Scripts in onRow handler of table
Scripts in onRow handler of table [message #66788] Thu, 11 August 2005 13:37
Eclipse UserFriend
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.
Previous Topic:how to make more than column?
Next Topic:Cannot adjust the X-axis Attributes
Goto Forum:
  


Current Time: Wed Jul 17 03:28:09 GMT 2024

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

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

Back to the top