Hello All,
I have a global function:
f_row_color(li_colors, ll_row)
Inside this function, I determine if the current row is evenly divisible by zero, if it is, then I set the background color of the row to one of the predefined colors.
Then inside my datawindow, I call this function from the...