J
|
Jane 3/5/2009 |
Hi, |
N
|
nitescan author 3/5/2009 |
Jane, Hi, unfortynately there is no easy way to update all records in the same time. |
J
|
Jane 3/6/2009 |
As workaround you can add new button "Close status", select records on the list page and update it with Close status.
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="#">update</A>
'Delete selected records if Request.Form("a") = "delete" then BeforeDelete = True exit function end if 'update selected records if Request.Form("a") = "update" then 'update records here BeforeDelete = False end if |
N
|
nitescan author 3/6/2009 |
Thanks Jane! That will help me get started in the right direction. As workaround you can add new button "Close status", select records on the list page and update it with Close status. Here are some tips:
|