T
|
thesofa 12/22/2008 |
you could use a multiple inline edit, then Save All, no need for custom programming at all |
D
|
digger68 author 12/23/2008 |
you could use a multiple inline edit, then Save All, no need for custom programming at all
|
T
|
thesofa 12/23/2008 |
The column in each row that needs updated is not shown to the user. How would that work givin your option? Thats why I was thinking of doing it from list screen. They could choose each of the records and click a button to change the indicator field that is not shown. ~sorry I didn't state that out front.. Thanks
|
J
|
Jane 12/23/2008 |
Hi,
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="#">update</A>
//delete records if(@$_POST["a"]=="delete") return true; if(@$_POST["a"]=="update") { //update record here return false; } |
D
|
digger68 author 12/23/2008 |
Thank you Jane and thesofa for all your help, I am now a customer. Your suggestions worked great. |