I have a filtered LIST PAGE with this code: if ($_REQUEST["a"]!="search" && $_REQUEST["a"]!="advsearch") $strWhereClause = whereAdd($strWhereClause,"data=CURDATE()"); This code is in Before SQL query event . When i go to the friendly print page, the list shows a "non- filtered" registers. Why?