We've done this by doing the following:
* add a static text field in the repeated: stRowColor
* in the onBeforeRowDisplayEvent....(replace colors with yours)
int rowIndex = event.getRowIndex();
if ( (rowIndex % 2) == 0 )
rowColor = "FFFFCC";
else
rowColor = "FFCC99";
* in the stRowColor_onBeforeDisplayEvent....
set the value of stRowColor = rowColor
* in the html for the page containing the repeated...add a bgcolor to the
<tr> tag for the repeated
<TR BGCOLOR= **stRowColor**>
Hope this helps...probably a better way to do it, but this works for us.
Kevin Owen
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]