Article ID: 143307
Article Last Modified on 9/30/2003
"IIF(customer.country='Germany',255,0)" && use the quotation marks
NOTE: The previous line changes the ForeColor to Red if the country is
Germany, otherwise it is Black. (There should be an equal (=) sign
in front of this statement in the property sheet dialog line.
This.SelectedForeColor=IIF(customer.country='Germany',255,0)NOTE: The previous line retains the ForeColor of the cell upon selection.
Additional query words: VFoxWin
Keywords: KB143307