|
J
|
Jane 3/15/2007 |
|
Hi, if (Request.Form="" and Request.QueryString="") then strSQL = AddWhere(strSQL,"1=0") and replace it with this one: if (Request.Form="" and Request.QueryString="") then strSQL = AddWhere(strSQL,"status = 'open'") |
|
|
A
|
abdemir author 3/15/2007 |
|
Hi Jane, |
|
|
J
|
Jane 3/15/2007 |
|
You need to check off No records on the first page option on the Edit SQL query tab, build your project, then open ..._list.asp file and make your changes. |
|
|
A
|
abdemir author 3/15/2007 |
|
Thank you, its solved |
|