![]() |
Admin 10/26/2016 |
The main difference between standalone PHP file and buttons code is that button's PHP code is executed behind the scene via AJAX. Any output you do there will be lost unless you pass it to ClientAfter event using technique described in the manual: |
K
|
kelgate author 10/26/2016 |
The main difference between standalone PHP file and buttons code is that button's PHP code is executed behind the scene via AJAX. Any output you do there will be lost unless you pass it to ClientAfter event using technique described in the manual: http://xlinesoft.com/phprunner/docs/inserting_button.htm#passing_data
|
S
|
stiven 10/27/2016 |
Hello,
|
K
|
kelgate author 10/28/2016 |
Hello, here is how I achieve this.
|
S
|
stiven 10/28/2016 |
Glad you were able to work it out. I'm not sure how you are generating the PDF but you can check out this article about deleting files on the server with php |
![]() |
lefty 11/1/2016 |
Glad you were able to work it out. I'm not sure how you are generating the PDF but you can check out this article about deleting files on the server with php http://php.net/manual/en/function.unlink.php
|
A
|
Abul 11/1/2016 |
I would like to see your fpdf code as I have been trying to this on the fly in an after added event and send the pdf as an attachment. Any ideas?
|