Check if this helps out. I got this from the Actuate help.
AcSequentialSection::NewContent method
------------------------------------------------------------
Instantiates one of the list of contents for this section.
Syntax
Function NewContent( index As Integer) As AcReportComponent...
Hi johinth
Do you mean the parameter editor which will appear before you run a report? If that is the case then you have advanced option of providing a drop down menu for a particular parameter. You can enter static values while creating the parameter.
But i'm not sure whether you can...
Hi
are u trying to populate a DHTML drop down menu.?
Please let me know. If that is the case assign the values in a array in the onread method of the datastream. then use the array in the browser scripting control component. Hope this might help
Hi
Declalre a global boolean variable. Go to the finish method of the detail frame.
Then check an IF condition and then toggle the value and change the background color also accordingly.
For eg.
If AlternatingBackGroundColorFlag Then
me.BackGroundColor = RGB(240, 240, 240)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.