[SOLVED] Open A report direct from List Page |
2/25/2008 9:00:32 AM |
PHPRunner General questions | |
C
ckapote author
Hi , Can You Help? |
|
J
|
Jane 2/26/2008 |
Hi, |
C
|
ckapote author 2/27/2008 |
Hi, to create link edit your page on the Visual Editor tab manually. Pass member id through URL and then add where clause to SQL query on the Report page: Before SQL query event on the Events tab.
|
J
|
Jane 2/27/2008 |
Hi, if ($_REQUEST["member_id"]) $strWhereClause = whereAdd($strWhereClause,"member_id=".$_REQUEST["member_id"]); |
C
|
ckapote author 3/13/2008 |
Hi, use view or edit link as a sample for your new link. To add where clause use this code in the Report page: Before SQL query event:
|
J
|
Jane 3/13/2008 |
Chris, $_REQUEST["editid1"]
|
C
|
ckapote author 3/13/2008 |
Chris, replace $_REQUEST["member_id"] with this one: in your code.
|