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

How can i make use of Multiple Input Filter, the case is, i have two Datasources with different queries with a common field. i need the merge set in datarow of MultipleInputFilter. how can i make it.? please provide with clear example i'm new to actuate. thanks in advance.

2 Answers  


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

2 Answers   HCL,


How to generate a report by getting values from two reports. The generated report should contain the 5 values of first report and last 5 values of second report?

0 Answers  


WHERE WE USED JAVA CONCEPTS IN ACTUATE?

1 Answers  


Explain difference between onrow and onread method?

0 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  


How to call a stored procedure from a report?

1 Answers  


i have one question? 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?

1 Answers   IBM,


What is report bursting?

4 Answers   L&T,


What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?

0 Answers  


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?

0 Answers  


What is page level security?

3 Answers   L&T,


Categories