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 |
Where we use afc in actuate?
what will we have to do if we want to generate an existing report in different language for different countries??
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 the filter?
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?
What property you use to Hide a control at runtime?
Can we define global methods in a report?
HOW TO DEBUGGING A REPORT?
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.
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?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?