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?
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 |
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.
How to call a stored procedure from a report?
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 can i make use of Multiple Input Filter, the case is, i have two Datasources with different queries with a common field. i need the merge set in datarow of MultipleInputFilter. how can i make it.? please provide with clear example i'm new to actuate. thanks in advance.
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.
How to do performance tunning of reports?
How do you design a report which has multiple child datastream (horizontal seq)
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
Can you give an example of any complex report you designed using Actuate?
wat is synchronous and asynchronous reporting?
What is AFC? 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??