I'm building a selection dialog in which two variable lookup listviews are used next to each other.
My issue that when a user takes an item from one listview and moves it to the other and I've updated the listviews so that the item moved from the left list to the right one, I want the _next_ item in the listview from which I removed the item to be selected automatically. I can't do this by going out to the table and figuring out what the next record is and setting the control variable because the user may have resorted the list with header clicks (great feature!) What I need is a way to force the list view to select the next record, either by knowing the index of the item I just moved or some other method. Has anyone solved this problem? -- Larry

