Hi Everyone!
I have a form and when you press insert, is there a way that it will print in PDF automatically?
Regards
Hi Everyone!
I have a form and when you press insert, is there a way that it will print in PDF automatically?
Regards
Re: Print in PDF
Not that I am aware of… you might be able to look at the generated code, and/or use Firebug to see what action is taken on the PDF toobar button and see if you can make this call in your code.
Regards,
Scott.
Re: Print in PDF
Hello,
To print your application to PDF, you can use grid application, in Export or create a Report PDF.
Re: Print in PDF
Create a grid and after you insert, you can redirect to the grid. its a way.
Re: Print in PDF
I could understand he might be looking at automated execution of script…!
I am also trying to do automated execution like click button or trigger some actions On insert/Delete/update which set already in application…
anyone has any idea…!
Regards
Dhana
Re: Print in PDF
Hi,
I have the same problem.
did you find the solution?