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 |
I need a help for 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. Please do the needful if anyone of you known the code and send the copy of it ASAP.
Can you give an example of any complex report you designed using Actuate?
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.
What property you use to Hide a control at runtime?
how many times executite the fetch method at run time?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
Where we use afc in actuate?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
How do we have left -right flow , normally its top-down flow
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?
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?
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?