I have a statement that changes the forecolor of a column in a grid if a certain condition is met. This is the statement I'm using: THISFORM.grdPendingQuotes.Column1.DynamicForeColor = "IIF(DTOC(DATE()) $ quotenotes, RGB(0,0,0), RGB(255,0,0))"
Hi, Thanks in advance for your help. Have a grid in VFP 6.0 where a number is displayed as 9999.99999. What it to be 9999. I have changed the format property of the column with no effect . Any ideas? Thanks