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 page level security?

3 Answers   L&T,


Explain difference between onrow and onread method?

0 Answers  


what is data stream and data adaopter is it same r different? tell me?

2 Answers   TCS,


What are actuate smart reports?

3 Answers   L&T,


What is data stream and data adapter is it same are different? Explain?

0 Answers  






What is afc?

0 Answers  


How do we have left -right flow , normally its top-down flow

1 Answers  


What property you use to Hide a control at runtime?

2 Answers  


how can i 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. can any one guide me on this. pls... awaiting for the rply..

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,


Where do we use ACvisitor class?

0 Answers  


How to call a stored procedure from a report?

1 Answers  


Categories