Have a listbox called List0.
When user pushes a command button say Cmd_Change then would like the list box to become the focus (no problem yet).
Would like a alocated row to be highlighted within the list box.
Say the alocated number is 60 every time. The row that should be selected is row 60 not the primary key number 60 (taken from the listIndex)
Anyone with some ideas.. Please remeber though that is as if you counted through the list box to the 60 row of the list box and then highlighted it.
When user pushes a command button say Cmd_Change then would like the list box to become the focus (no problem yet).
Would like a alocated row to be highlighted within the list box.
Say the alocated number is 60 every time. The row that should be selected is row 60 not the primary key number 60 (taken from the listIndex)
Anyone with some ideas.. Please remeber though that is as if you counted through the list box to the 60 row of the list box and then highlighted it.