which cmponent has onRead method and what it is used for?
Answers were Sorted based on User's Feedback
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 |
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 |
What is afc?
what is the filter?
Explain difference between onrow and onread method?
HOW TO PUBLISH A REPORT?
Where do we use ACvisitor class?
How to do performance tunning of reports?
What is page level security?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
which cmponent has onRead method and what it is used for?
what will we have to do if we want to generate an existing report in different language for different countries??
How to set Parameter in Script data source?
What is data stream and data adapter is it same are different? Explain?