Copy record to another table |
3/7/2012 16:48:07 | |
| PHPRunner General questions | ||
|
H
hernanccs author
Is it possible to add a button on the list page, next to each record, that copy that record to another table? |
||
|
C
|
cgphp 3/7/2012 |
|
Check this thread: http://www.asprunner.com/forums/topic/17578-email-button-for-earch-record/ |
|
|
H
|
hernanccs author 3/8/2012 |
|
Check this thread: http://www.asprunner.com/forums/topic/17578-email-button-for-earch-record/
|
|
|
C
|
cgphp 3/8/2012 |
|
Did you try the solution posted here: http://www.asprunner.com/forums/topic/17578-email-button-for-earch-record/ ? |
|
|
H
|
hernanccs author 3/8/2012 |
|
I have searched and read the forums for hours, maybe 4 or 5 with no luck; every suggestion i have read heads to email related solutions, even if the questions has nothing to do with emails; guess most of those users found the solution somewhere else or just gave up on trying to solve the issue. |
|
|
C
|
cgphp 3/8/2012 |
|
The email code is not a problem. You have to replace it with the insert/update sql statement. Follow the above link for inspiration. |
|
|
H
|
hernanccs author 3/8/2012 |
|
The email code is not a problem. You have to replace it with the insert/update sql statement. Follow the above link for inspiration.
|
|
|
C
|
cgphp 3/8/2012 |
|
It's hard to help you without seeing your actual code. If you follow the instructions in the link above you can solve your issues. |
|
|
H
|
hernanccs author 3/8/2012 |
|
It's hard to help you without seeing your actual code. If you follow the instructions in the link above you can solve your issues.
|
|
|
H
|
hernanccs author 3/10/2012 |
|
Any way to do this using a hyperlink instead of a button? |
|
|
|
Sergey Kornilov admin 3/10/2012 |
|
Probably the best way is to make this button look like a regular hyperlink. <SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN><A id=New_Button class=runner-button href="#" typeid="ib">New_Button</A></SPAN>
<A id=New_Button class=runner-button href="#" typeid="ib">New_Button</A> |
|
|
H
|
hernanccs author 3/10/2012 |
|
Probably the best way is to make this button look like a regular hyperlink. Here is how a typical button looks: <SPAN class=runner-btnframe><SPAN class=runner-btnleft></SPAN><SPAN class=runner-btnright></SPAN><A id=New_Button class=runner-button href="#" typeid="ib">New_Button</A></SPAN>
<A id=New_Button class=runner-button href="#" typeid="ib">New_Button</A>
|
|