This topic is locked

Print page Order by

3/13/2008 12:19:13 PM
PHPRunner General questions
J
jclout author

I have a main list that gets ordered by Job_Number DSC and I would like to have the print page come up with order by ASC. I have tried using the Print Page: Before Display and added:

global $conn;

$gstrOrderBy="ORDER BY `job_number` ASC";
But that doesn't work. Any ideas how I can make this work??
Thanks

J
Jane 3/14/2008

Hi,
use Print page: Before SQL query for this purpose.