|
To make search button return data only when search value was
entered use the following code
in the List page: Before SQL
query event.
Note: Change the values listed in
red to match your specific needs.
if (@$_REQUEST["a"]=="search" && @!$_REQUEST["SearchFor"])
$strWhereClause = " 1=0 ";
|
|