which cmponent has onRead method and what it is used for?

Answers were Sorted based on User's Feedback



which cmponent has onRead method and what it is used for?..

Answer / naveen

Onread is a method of Datarow component. whenever the data
adapter fetches a row from data source it creates a new row
and the values are updated in the datarow, after updating
the data adapter calls the OnRead method of the datarow
component. in this method we can add any logic to
manipulate or calculate the datarow variables for the
latest data retrieved into the datarow. This method is the
best place to manipulate the row fetched.
This method is called for each row fetched by the data
adapter.

Is This Answer Correct ?    6 Yes 0 No

which cmponent has onRead method and what it is used for?..

Answer / santosh bhor

DataRow Component has OnRead method.
To manipulate the Rows which are returned by the query or
add the new rows or expressions at runtime we can use
onRead method.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Actuate Interview Questions

What is the difference between -using Group by in the SQL of the report -having a Group section in the report

2 Answers   HCL,


Where we use afc in actuate?

0 Answers  


Can you give an example of any complex report you designed using Actuate?

2 Answers   TCS,


what is the filter?

1 Answers  


I generated one report design time I can color green. At run I want bule how to change dynamically? And which method I can over write?

0 Answers  






Hi, we had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas.

2 Answers  


What is page level security?

3 Answers   L&T,


Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.

1 Answers  


How to call a stored procedure from a report?

1 Answers  


Copy ".roi" file of management console to another path of management console's folder using ".rox" file. or any command of actuate. Is it Possible? if Yes then pls give me Example.

0 Answers   IBM,


Difference between onRow and Onread method?

1 Answers   HSBC,


I need a help for Connecting to iServer Volume using IDAPI Classes(Java Classes) and after connecting to iServer i want to execute the ROX on iServer and also want know the status whether that job is succesfully run or not. Please do the needful if anyone of you known the code and send the copy of it ASAP.

3 Answers  


Categories