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 |
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?
Can we connect to 2 different types of database through the same report?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.
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.
which cmponent has onRead method and what it is used for?
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.
What are actuate smart reports?
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.
What is page level security?
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.
wat is synchronous and asynchronous reporting?