![]() |
Sergey Kornilov admin 2/4/2007 |
If you like to hide some data on the list page you can add a WHERE clause to SQL server (Edit SQL query tab) |
N
|
Norian author 2/16/2007 |
If you like to hide some data on the list page you can add a WHERE clause to SQL server (Edit SQL query tab) select ... from ... WHERE status<>'closed'
|
J
|
Jane 2/16/2007 |
Norian,
and replace it with this one: if (Request.Form="" and Request.QueryString="") then strSQL = AddWhere(strSQL,"status<>'closed'") |