VB6 : DataGrid absolute (current) position problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neo008
    New Member
    • Jun 2007
    • 85

    VB6 : DataGrid absolute (current) position problem

    Hi all,

    I'm using Datagrid to show data on forms. All other things are working fine..like add,update, delete and pointer movement.

    I have selected HIghlite row property of datagrid and it highligts each row selected by mouse. But it does not highlight row when I traverse programatically .

    for example by using refresh method DATA POINTER goes to the firstmost position in current recordset. but why does it not highlight it untill I click on it.?

    Can somebody give any idea about it.


    -NEO
Working...