When I add the lines to perform zebra colors, I receive a "Parameter has the wrong data type" error at
DC_XBROWSE:ZEBRACOLOR(1873)
Code: Select all
LOCAL aEvenRowColor := {GRA_CLR_BLACK,GraMakeRGBColor({255,255,170})}
LOCAL aOddRowColor := {GRA_CLR_BLACK,GraMakeRGBColor({159,231,176})}
DCBROWSE ...
ZEBRA aEvenRowColor, aOddRowColor ;
Thanks,
Rick