Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » How to receive an InputParameter from the DataSet in the ScriptedDataSetEventAdapter fetch method???
How to receive an InputParameter from the DataSet in the ScriptedDataSetEventAdapter fetch method??? [message #542580] Fri, 25 June 2010 11:26 Go to next message
Andre Hanika is currently offline Andre HanikaFriend
Messages: 6
Registered: July 2009
Junior Member
Hi
Whats the trick to receive the inputParameters from the given dataSet in
the fetch method? I am not using javascript. Just plain Java. I am using
birtversion 2.2.0.
Thanks
Re: How to receive an InputParameter from the DataSet in the ScriptedDataSetEventAdapter fetch metho [message #542705 is a reply to message #542580] Fri, 25 June 2010 16:37 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

Andre,

I believe this was a bug in 2.2.0. In later versions of BIRT you can call:
dataSet.getInputParameterValue(arg0);

As a work around you may be able to set a global variable and retrieve
its value using the reportContext in the beforeOpen method.

Jason

On 6/25/2010 7:26 AM, Andre Hanika wrote:
> Hi
> Whats the trick to receive the inputParameters from the given dataSet in
> the fetch method? I am not using javascript. Just plain Java. I am using
> birtversion 2.2.0.
> Thanks
Previous Topic:table with dynamic column count
Next Topic:Tribix Emitter for xls tabbed output
Goto Forum:
  


Current Time: Thu Apr 25 22:47:09 GMT 2024

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

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

Back to the top