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 |
Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.
What is data stream and data adapter is it same are different? Explain?
What property you use to Hide a control at runtime?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
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?
how many times executite the fetch method at run time?
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.
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?
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.
HOW TO DEBUGGING A REPORT?
What is report bursting?