This topic is locked
[SOLVED]

 Remove message box from list

2/7/2020 6:04:35 AM
PHPRunner General questions
S
silk author

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.

$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?

mbintex 2/7/2020

Choose
Hide data until search
option in Misc page for that table.

S
silk author 2/7/2020



Choose
Hide data until search
option in Misc page for that table.


Tried, but I always get the message, in this case it tells me "Nothing to see. Run some search."
Found the solution, for future reference: SOLUTION