11-30-2009 02:34 AM
Hi
Is there any way to change the position of an row in a table ? eg.move row 5 to row 2.
11-30-2009 08:20 AM
Hi shako, I'm not aware of a built-in function do to that, but you could rely on clibpoard to accomplish your task, using ClipboardPutTableVals and ClipboardGetTableVals functions. Look at the attached project: it's a modified version of standard 'tablecells' example in which I have added two buttons for copying and pasting an entire row at the cursor position. The operation is quite simple and it works, but there are some caveats: