Article ID: 126839
Article Last Modified on 7/1/2004
cexpr = "IIF(MOD(RECNO('customer'),2) = 0, RGB(255,0,0), ;
RGB(0,255,0))"
THIS.SetAll('DynamicBackColor', cExpr, 'Column')
NOTE: This step only works if the records are in natural order. It
doesn't work if the table is indexed.
IIF(cust_id="ANTON",.T.,.F.)
Keywords: kbhowto kbcode KB126839