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 |
Explain difference between onrow and onread method?
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.
What is AFC? Where we Use AFC in Actuate?
Can we connect to 2 different types of database through the same report?
Where do we use ACvisitor class?
how many times executite the fetch method at run time?
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
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?
What is the difference between 'using group by in the sql of the report' and 'having a group section in the report'?
How to do performance tunning of reports?
What is afc?
Difference between onRow and Onread method?