C
|
Columbus 9/17/2004 |
Hi, |
![]() |
Sergey Kornilov admin 9/18/2004 |
I got Copy feature on my to do list however I cannot tell when exactly it will be implemented. |
|
501077 12/22/2004 |
You can get a copy of an edit page and rename it (for example copy.asp), then modify the SQL "update" statement to "insert into" and remove "ID=.." at the end , also dont forget to change edit.asp in your form to copy.asp. On the list page create a link just like edit page link just change edit.asp to copy.asp in the code. Now when you click copy on list page it should bring copy.asp with all the fields populated just like edit page, once you click save new record (a copy of the record you selected) will be created in your database. |
![]() |
swat 3/28/2005 |
You can get a copy of an edit page and rename it (for example copy.asp), then modify the SQL "update" statement to "insert into" and remove "ID=.." at the end , also dont forget to change edit.asp in your form to copy.asp. On the list page create a link just like edit page link just change edit.asp to copy.asp in the code. Now when you click copy on list page it should bring copy.asp with all the fields populated just like edit page, once you click save new record (a copy of the record you selected) will be created in your database.
|
![]() |
swat 4/6/2005 |
I got it COPY function to work- If anyone ask I will post it later - |