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 |
How to set Parameter in Script data source?
What is report bursting?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
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.
Can we connect to 2 different types of database through the same report?
How to call a stored procedure from a report?
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?
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?
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.
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?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
how to implement the parallel report