HI All,
i am going to try my best to explain my problem.
I have a datawindow where multiple records are being retrieved. The design ( the heigth) of the datawindow is designed that only one row is visible, but there's a scrollbar to scroll in the datawindow to see the second / third and so on record.
Problem : my cursor is on record 1 , i use the scrollbar to scroll to the third row but focus is never being put on this third record. When i use a delete statement combined with the getrow() , it will always delete my first record and not the third.
Is there any way i can use setfocus method on the visible record when i use the scrollbar ?
I hope this made sense :)
TIA
John Vanleeuwe