This topic is locked

Advanced Search

2/7/2010 6:30:23 AM
PHPRunner General questions
J
jackaroo author

I am using 'Advanced Search' to filter output to a report for printing.

How can I capture the resulting search criteria to use as the basis for UPDATING a db table?
The 'BeforeProcessRowPrint' and 'BeforeMoveNextPrint' functions do not seem to be present in Report files.
Thanks in advance,

Jack

J
Jane 2/11/2010

Jack,
use Report page: Before SQL query event to check WHERE clause and update another table.