Getting Selected value from List Box
Hi All,
I have two text fields on the left of a page
Database
Port
On the right I have a List box.
Between them I two buttons "Add >>" and "<< Remove".
I have the Add button adding the values ( with a - separator) in the text boxes to the list box in order. It then blanks the text boxes.
I have the remove button removing the highlited entry from the list box using the index.
However I want the text boxes to populate with the values in the list box when a user selects a row in the listbox. But I can't get the actual values back out.
I've found two excellent threads on the forum that have got me this far. However the way they got data back out was to loop through all entries.
I've tried a couple of LB* send messages but can't get it to work.
any ideas?
Regards,
John