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 |
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?
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.
Can you give an example of any complex report you designed using Actuate?
Explain difference between onrow and onread method?
How do you design a report which has multiple child datastream (horizontal seq)
how can i 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. can any one guide me on this. pls... awaiting for the rply..
Copy ".roi" file of management console to another path of management console's folder using ".rox" file. or any command of actuate. Is it Possible? if Yes then pls give me Example.
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?
How to set Parameter in Script data source?
How do we have left -right flow , normally its top-down flow
Can we connect to 2 different types of database through the same report?