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 .
I wrote the same code in the Print page in the Before SQL query event;
The print friendly page shows correct list;
When i filter by advsearch page, the print friendly page doesn't show the correct list (it shows the first filter)