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?



i have one question? i generated one report design time i can color green. at run i want bule how ..

Answer / afzal khan

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

dim Control1 as AcTextControl
Set Control1 = me.getControl("MyControl") ''name of control
Control1.BackgroundColor= Blue
OR
BackgroundColor = RGB(180, 225, 228)

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Actuate Interview Questions

Where we use afc in actuate?

0 Answers  


what will we have to do if we want to generate an existing report in different language for different countries??

1 Answers  


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?

1 Answers   IBM,


How to set Parameter in Script data source?

1 Answers  


how to implement the parallel report

1 Answers   TCS,






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?

0 Answers  


What are actuate smart reports?

3 Answers   L&T,


WHERE WE USED JAVA CONCEPTS IN ACTUATE?

1 Answers  


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?

0 Answers  


What is the difference between -using Group by in the SQL of the report -having a Group section in the report

2 Answers   HCL,


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?

0 Answers  


which cmponent has onRead method and what it is used for?

2 Answers   TCS,


Categories