Hi Vlad.. Sorry..
Hi Wadesnj, it is possible to have alternative rows in alternative colors...
In the Init Event of the Grid... put the code...
******************************************************
DODEFAULT()
WITH THIS
&& Set the alternative Rows in different colours
.SetAll("DynamicBackColor", ;
"IIF(MOD(This.ACTIVEROW,2)=0,RGB(255,255,192),RGB(128,255,255))", ;
"COLUMN"

ENDWITH
**End
*******************************************************
This will make the alternative rows in different colors.
Sorry, I am too busy in my project and last 10 days I havnt contributed anything.
Hope this helps
Ramani ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
LET KNOW IF THIS HELPED. ENOUGH EXPERTS ARE HERE TO HELP YOU OUT! BEST OF LUCK
