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

What is data stream and data adapter is it same are different?

0 Answers  


how many times executite the fetch method at run time?

2 Answers   EDS, IBM, TCS,


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.

4 Answers  


What is page level security?

3 Answers   L&T,


HOW TO DEBUGGING A REPORT?

1 Answers  






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  


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.

2 Answers  


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?

0 Answers  


Can you give an example of any complex report you designed using Actuate?

2 Answers   TCS,


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

2 Answers   HCL,


What is report bursting?

4 Answers   L&T,


Explain difference between onrow and onread method?

0 Answers  


Categories