Hi
At the form level create a variable... say .. inRecNo and put the initial value as 0. Add the following codes in ..
MyGrid.InitEvent
================
DODEFAULT()
WITH THIS
.SetAll("DynamicBackColor", ;
"IIF(recno(This.RecordSource)=ThisForm.inRecno, ;
RGB(0,0,255),RGB(255,255,255))","COLUMN"

ENDWITH
MyGrid.AfterRowColChangeEvent
=============================
DODEFAULT()
ThisForm.inRecNo = RECNO()
This will make the back color of the row your are poiting to a different color than the rest of the records.
Hope this helps

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
