What is AFC? Where we Use AFC in Actuate?
Answers were Sorted based on User's Feedback
Answer / firoz
AFC acronyms for Actuate Foundation class.
The Actuate Foundation Class (AFC) library contains the
Actuate Foundation Classes. Actuate Foundation Classes form
the framework on which report developers build additional
classes and Actuate reports.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / naveen
Actuate Foundation Classes are the building blocks of
report designs. Representative Actuate Foundation Classes
include those that define charts, controls, data sources,
frames, images, pages, and sections. Users can derive
classes from the Actuate Foundation Classes. This contains
classes and methods that support building a wide range of
custom reports.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lp
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 afc.rol and contains all the base classes for the
sscustom library.
The use of a component from the AFC library, rather than
the sscustom library, is an
exceptional situation and applies only to detail charts.
AFC components should not be used
directly in Siebel reports except in this specific
situation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.s
Actuate Foundation Class AcConnection establishes the
protocol for connecting, disconnecting, and generating
error messages if a connection fails.
Database and ODBC connections all use classes derived from
AcDBConnection, which derives from AcConnection.
| Is This Answer Correct ? | 1 Yes | 1 No |
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?
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.
wat is synchronous and asynchronous reporting?
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.
How do you design a report which has multiple child datastream (horizontal seq)
how many times executite the fetch method at run time?
Can we connect to 2 different types of database through the same report?
HOW TO DEBUGGING A REPORT?
Difference between onRow and Onread method?
Explain difference between onrow and onread method?
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?