thank`s but nothing. I`m trying to use that with the DynamicForecolor. I don`t know how I can`t use that one in case that a date of my table is empty. The DynamicForecolor as DynamicBackcolor use IIF + a expression to evalue. Here is an example:
thisform.grdtotales.SetAll("DynamicBackColor", "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255), RGB(0,255,0))", "Column"
&& this take turns the records between white and green.
When "IIF(MOD(RECNO( ), 2)=0" is the expression to evalue to take turns the records between white and green.
My point is how Can I do to use a expression just like that in case of some records date of a especif table are empty
thank`s all of you
bigdad
thisform.grdtotales.SetAll("DynamicBackColor", "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255), RGB(0,255,0))", "Column"
When "IIF(MOD(RECNO( ), 2)=0" is the expression to evalue to take turns the records between white and green.
My point is how Can I do to use a expression just like that in case of some records date of a especif table are empty
thank`s all of you
bigdad