I am experimenting with populating and conditional formatting data in a ListView and loving it...
I start by populating and formatting the data, this works great. Now I select 1 line item from the ListView and click a button on the form which moves the focus from the listview to the button. The selected row moves, or indexes, up or down 1 position in the list depending on which button was selected. This is also working great.
My question is how do I set the focus back to the ListView box and specifically select the row that was just moved.
Thanks so much.
I start by populating and formatting the data, this works great. Now I select 1 line item from the ListView and click a button on the form which moves the focus from the listview to the button. The selected row moves, or indexes, up or down 1 position in the list depending on which button was selected. This is also working great.
My question is how do I set the focus back to the ListView box and specifically select the row that was just moved.
Thanks so much.