I have been using the below code to move codes from one lstbox to a another.
THIS.PARENT.LSTSELECTED.ADDITEM(THIS.LIST(THIS.LISTINDEX,1))
My problem is I now want to use 2 columns in my listboxes and be able to drag and drop both columns into another 2 column listbox.
Any tips would be greatly appreciated
Chris
THIS.PARENT.LSTSELECTED.ADDITEM(THIS.LIST(THIS.LISTINDEX,1))
My problem is I now want to use 2 columns in my listboxes and be able to drag and drop both columns into another 2 column listbox.
Any tips would be greatly appreciated
Chris