PowerBuilder Alternate Row Color In DataWindow. Place a rectangle with a transparent background color. Place fields on the rectangle. In the expression tab for the rectangle, in the backgound color field
1 | if ( mod(getrow(),2) = 0, oneColor, anotherColor ) |
Good Luck!