![]() |
Admin 12/21/2010 |
Should be pretty straightforward.
CustomQuery("UPDATE <table> SET isRemoved=1 where ".$where); |
M
|
marcolongo author 12/22/2010 |
It's not as easy as it looks... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=55230&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> |
M
|
marcolongo author 12/22/2010 |
Should be pretty straightforward.
|
![]() |
Admin 12/22/2010 |
Enrico, |
M
|
marcolongo author 12/23/2010 |
Enrico, you should not modify $strWhere variable. Per my recommendation modify SQL Query on SQL Query screen in PHPRunner.
|
![]() |
Admin 12/23/2010 |
I would suggest to setup a separate view for an admin where all records will be displayed, active and inactive. You can restrict access to this view for non-admin users via User Group Permissions. |
M
|
marcolongo author 12/30/2010 |
I would suggest to setup a separate view for an admin where all records will be displayed, active and inactive. You can restrict access to this view for non-admin users via User Group Permissions.
|