What property you use to Hide a control at runtime?
Answers were Sorted based on User's Feedback
Answer / sayanta dey
We can use finish method to hide a control at runtime.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nara
use OnRow() method and make height of the component is null.
or else
use conditional component, if you know condition.
| Is This Answer Correct ? | 1 Yes | 0 No |
Where we use afc in actuate?
Where do we use ACvisitor class?
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.
What is page level security?
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?
What is data stream and data adapter is it same are different?
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?
What is report bursting?
Explain difference between onrow and onread method?
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.
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.
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?