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?
how many times executite the fetch method at run time?
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.
What is page level security?
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?
What is data stream and data adapter is it same are different? Explain?
What property you use to Hide a control at runtime?
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.
which cmponent has onRead method and what it is used for?
How do you design a report which has multiple child datastream (horizontal seq)
Where we use afc in actuate?
Can we define global methods in a report?