Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00358923
Message ID:
00358948
Views:
19
>Hi All!
>
>I'm using a custom grid class that highlights the current row in a grid when selected. The problem I'm having is with added records and buffering is set on. Each record I add stays highlighted. When buffering is off it works as it should. Since this is pretty common, I'm hoping someone has come up with a solution.
>
>Thanx,
>Charlie

Make sure that the code that sets your CurRow property runs from both AfterRowColChange(), and grid.Refresh().
Erik Moore
Clientelligence
Previous
Reply
Map
View