Hi all,
I've got a list item which is populated by a record group.
A procedure will move selected elements of the list to another list. The problem I've got is that whenever this happens the focus returns to the first element in the original list when I want it to navigate to the next element in the list.
The only way I can imagine doing this is by getting the index number of the list element which I have managed to do. How then do I navigate to the next element in the list ?
I've got a list item which is populated by a record group.
A procedure will move selected elements of the list to another list. The problem I've got is that whenever this happens the focus returns to the first element in the original list when I want it to navigate to the next element in the list.
The only way I can imagine doing this is by getting the index number of the list element which I have managed to do. How then do I navigate to the next element in the list ?