J
|
Jane 1/17/2012 |
Here is the corrected code for 'List page: JavaScript onload' event for PHPRunner 6.0: var submitUrl="CustomView_print.php"; |
R
|
rlarkinsmith 2/22/2013 |
Can't seem to make the updated version for 6 work. When I click on my button, it only runs the bottom event. There are 2 different forms that I want to print. I had this working in 5.3, I know it is something simple, just don't know what it is. |
C
|
corsor 10/8/2013 |
Hello,the code for me is not working, i have phpr 5.3 and the i have a custom view created with two joined tables on the print page , when i push the print button it´s going to the custom print page that i created but is not passing no parameter from the master page the print page is going blank,anyone know why? |
C
|
corsor 10/8/2013 |
Hello, my mistake working ok . |
romaldus 10/9/2013 | |
can i use this in a view page? |
Sergey Kornilov 10/15/2013 | |
Yes, you can use the same approach with View page. It's even easier in fact, you do not need any code supplied in bullet #3. Just point the user to another view supplying different URL. No need to create the form and post data. |
romaldus 11/22/2014 | |
i tried to use report page as submitUrl. When i print selected record on list page, all records in the current table appears in report page , not selected record with the same ID. |
M
|
mrcaseyman 1/13/2016 |
I have this working to create one second print page. |
M
|
mrcaseyman 1/13/2016 |
I have this working to create one second print page. What do I change if I want to have say three or four different print pages please?
|