It occurs to me that if you have set the DynamicBackColor then the 
.BackColor property is probably ignored.  So you also need to NOT set 
the DynamicBackColor prop for cols 4-6.

Dan

On 06/18/12 21:29, Sytze de Boer wrote:
> Dan, I thought you were onto it. Many thanks.
>
> So I changed the INIT event to:
>
> thisform.Grid1.SetAll("DynamicBackColor","IIF(GOMONTH(sysdate,-12)<pemp.sickanver,RGB(255,255,255),
> RGB(255,128,128))", "Column")
>
> thisform.grid1.column4.BackColor=RGB(128,255,128)
>
> But, it made no difference
> I'll try some other options

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to