:: Forum >>

Taking a row

How do you take a row from one table and add it to another. I tried var row = table.getCurrentRow() to get the single selected row, then var copy = table(row).clone(); to save a copy. Then I simple used the table2.addRow(copy); to insert it into the new table. Does this look allright because its not working for my purposes. Thanks
Brett
Thursday, August 10, 2006

This topic is archived.


Back to support forum

Forum search