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 |
how many times executite the fetch method at run time?
wat is synchronous and asynchronous reporting?
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?
How to call a stored procedure from a report?
HOW TO PUBLISH A REPORT?
what is data stream and data adaopter is it same r different? tell me?
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.
Where do we use ACvisitor class?
How do we have left -right flow , normally its top-down flow
how to implement the parallel report
Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.
what is the filter?