This topic is locked

insrt data into another table onload (export page)

5/3/2007 12:48:13 PM
PHPRunner General questions
M
mkirk100 author

Hello, What I am trying to do is populate a table with the data from records selected from the list page.

Instead of exporting,printing, or deleting the selected records I want to do an insert of the selected records into another table.

Can someone help me with this?

M
mkirk100 author 5/3/2007

Hello, What I am trying to do is populate a table with the data from records selected from the list page.

Instead of exporting,printing, or deleting the selected records I want to do an insert of the selected records into another table.

Can someone help me with this?


Never Mind. I created a function call on the export event page and added a link to the export template. Works!