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 |
What is AFC? Where we Use AFC in Actuate?
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?
I'm busy writing a report that's using report bursting, to be able to do this I need to use a sequential section. Using a sequential section cause the grouping of the original report not to work. Please can someone give me advise on how to come past this problem, the report need to use grouping as it depend largely on totals ect, and I need to use a sequential section within the report to be able to use the report bursting facility.
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 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..
Explain difference between onrow and onread method?
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.
What is afc?
How to do performance tunning of reports?
What is data stream and data adapter is it same are different?
What is data stream and data adapter is it same are different? Explain?
Where do we use ACvisitor class?