update record from the print page |
6/12/2008 2:08:10 PM |
PHPRunner General questions | |
T
thesofa author
Hi SELECT
global $conn;
|
|
R
|
rainerwolf 6/13/2008 |
Hi I have read the post here http://www.asprunner.com/forums/index.php?showtopic=8714 and I have modified my page to do a similatr thing, BUT, my SQL string that forms the basis of the query for the pages has a field `printed` so my query is in the form of SELECT
global $conn;
|
R
|
rainerwolf 6/13/2008 |
Hi, |
T
|
thesofa author 6/16/2008 |
Hi, very good question and not stupid, I am looking for the same function. Rainer
|
J
|
Jane 6/17/2008 |
Hi, |
T
|
thesofa author 6/18/2008 |
Hi, you can place this code to the Print page: Before display event. Just declare $strWhereClause as global variable.
|
J
|
Jane 6/18/2008 |
Print page: Before display event is executed after page is processed and ready to be displayed in the browser. |