OK, so now that Weblist boxes support drag and drop, how do we drag a row from lb1 to lb2?
Let’s assume both Weblistboxes have the same number of columns.
I assume as there is no dragrow, that we need to have a WebDragItem property. When the user selects the row of LB1 (the source) we need to set the row contense to the WebDragItem. Then when dropped onto LB2 (the target), we have a WebDragItem that triggers the DropObject event. where we add the row.
I’ve not gotten that to work yet.
Any suggestions?
6 posts - 4 participants