dragging from one table to another, how do I set the focus?

I have a table that I’m dragging a record from to another table. I select my record in the source table and drop it on the destination table. I’m able to carry over the data of the selected record from the source table, but how do I set the focus on the destination to a specific record on that table?

My goal is not just to drop a record on the table, but to drop a record from the source to a specific record on the destination and have that record on the destination table gain focus and become the selected record once it has something dropped on it. There by dragging and dropping and being able to “select” two records from two tables at once through the drag and drop process.

Is this possible? And what am I overlooking to achieve this?

this is very new and not fully ready in fact.
the drop event does not return on which record you dropped it. another thread is mentionning this. the reason is because the sensitive element is the form background (used in a tab panel) or portal background, but not the record virtual lines.
servoy seems to be on the way to improve this though no commitment.
I am expecting the same as you described.
on top, watch which version you use exactly, 5.1b3 does not work at all for drops.