New Actuate Interview Questions :: ALLInterview.com http://www.allinterview.com New Actuate Interview Questions en-us what will we have to do if we want to generate an existing report in http://www.allinterview.com/showanswers/100463.html Copy ".roi" file of management console to another path of http://www.allinterview.com/showanswers/92580.html Hi Friends, I am planning to learn actuate tool by it self .... can http://www.allinterview.com/showanswers/86024.html Hi, If u have actuate software with you, u can see the Exapmles folder, in that u can get the exaples.those are very helpful to get knowledge in Actuate I'm busy writing a report that's using report bursting, to http://www.allinterview.com/showanswers/81325.html Hi, we had a number of reports scheduled to run at various times. T http://www.allinterview.com/showanswers/81324.html You have lost all Scheduled jobs list because you had cleared all history from completed reports section from management console, So pls remember before deleting history from completed section remove the check mark of SCHEDULES and then clear Hi, I am Anna and new to actuate programming. I am trying to learn th http://www.allinterview.com/showanswers/81298.html Hi, use the Actuate Help.It is the best Guide. i have one question? i generated one report design time i can color http://www.allinterview.com/showanswers/79109.html To Change Color of Frame override start me.BackgroundColor = skyBLUE OR BackgroundColor = RGB(180, 225, 228) ''-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x To Change Color of a specific Control Override start What is AFC? Where we Use AFC in Actuate? http://www.allinterview.com/showanswers/75869.html AFC Actuate foundation class designed to hold an ordered collection of objects. All the commonly used components in the AFC library have been extended in to the sssiebel library. Sssiebel.rol known as the Siebel library. It is derived from what is the filter? http://www.allinterview.com/showanswers/65988.html there two types of filters 1. single input filter 2.multiple input filter connecting the report for 2 databases we use multiple input filter. for example your report need two database for geting data u have to use multiple input filter. How to call a stored procedure from a report? http://www.allinterview.com/showanswers/61910.html place the connection in the connection slot --use "ODBC connection" option here. while placing the data source in the data stream choose "Stored prodedure data source componant" ,click on OK Place the data row in the data r I need a help for Connecting to iServer Volume using IDAPI Classes(J http://www.allinterview.com/showanswers/36353.html Hi, Just Try to run Axis Client first which is in ServerIntTechnology.In that U can find code for execute and job status. how many times executite the fetch method at run time? http://www.allinterview.com/showanswers/35609.html Number of rows which are retrieved from database query,that many times Fetch method get executed at run time. what is data stream and data adaopter is it same r different? tell m http://www.allinterview.com/showanswers/33623.html Data stream and Data adapters are different. Data stream is a group of components.It contains a data source component, data row component and one or more data filter components(optional).It selects data from the data source and places the data in how to implement the parallel report http://www.allinterview.com/showanswers/33512.html This is quite simple to implement. If you have the example which are there in the actuate install folder you can get help from it. For developing this what you can do is put a parallel section first and then drag those 2 reports on it, then how can i generate a report by getting values from two reports. the g http://www.allinterview.com/showanswers/33099.html You can put more light on your requirement so that it would be clear. Any ways for this requirement what you can do is run the sequential report 1 by another and get the values from those reports and accordingly run your last report. I thin