hello,
I want to load list page without showing records. I tried setting the following code in "Before SQL Query" and it works perfectly, but I get a "data not found" message on the page.
I don't know how to hide the message from the page, I tried removing everything in designer view but I can't get rid of it. Any suggestion?
I want to load list page without showing records. I tried setting the following code in "Before SQL Query" and it works perfectly, but I get a "data not found" message on the page.
$strWhereClause = " 1=0 ";
I don't know how to hide the message from the page, I tried removing everything in designer view but I can't get rid of it. Any suggestion?