This topic is locked

Accessing Printer-Friendly Page from button event on list page

8/5/2014 11:04:10 AM
PHPRunner General questions
W
wrightd2 author

Is it possible to create a button linked to a specific record on a list page that redirects to a report-printer friendly page for that given record?

Thanks...

admin 8/6/2014

Yes, it's possible. You need to pass the ID of that record via URL. Here is an example:

http://xlinesoft.com/livedemo/phprunner/livedemo1/employees_print.php?selection[]=6&a=print


This will print record with ID 6.