Is it possible to use drag and drop on a B4XTable?. I would like to drag a cell in B4XTable1 to another cell in the same table/column. When I drop I need to modify information in a particular column in multiple rows of B4XTable2 and delete the dragged row from table1. If possible can someone point me to some sample code or documentation?
Thanks Erel! This looks good but I am not an advanced enough user to know how to make it work on a B4XTable. For know I am going to change directions and program it in a different way( not as good for the end user but good for me since I think I know how I can do it). I will try the drag and drop later after I get a bit smarter LOL.