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 data stream and data adapter is it same are different? Explain?
Difference between onRow and Onread method?
What is data stream and data adapter is it same are different?
How to do performance tunning of reports?
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?
Explain difference between onrow and onread method?
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.
I'm busy writing a report that's using report bursting, to be able to do this I need to use a sequential section. Using a sequential section cause the grouping of the original report not to work. Please can someone give me advise on how to come past this problem, the report need to use grouping as it depend largely on totals ect, and I need to use a sequential section within the report to be able to use the report bursting facility.
Hi, I am Anna and new to actuate programming. I am trying to learn the tool on my own, if any one could provide any helpful websites or training centers in NJ area will be greatly appriciated. Thanks in advance.
Can we connect to 2 different types of database through the same report?
How to set Parameter in Script data source?
What is AFC? Where we Use AFC in Actuate?