This topic is locked

Friendly print problems

7/31/2008 6:15:48 PM
PHPRunner General questions
G
gbhmayer1 author

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?

J
Jane 8/1/2008

Add the same code to the Print page: Before SQL query event:

$strWhereClause = whereAdd($strWhereClause,"data=CURDATE()");