Print a form
Hi, you can insert a button with the ability to print on a form?
Basically I have a grid, I click on edit record and opens the edit form, I would like to have the ability to print possible?
Print a form
Hi, you can insert a button with the ability to print on a form?
Basically I have a grid, I click on edit record and opens the edit form, I would like to have the ability to print possible?
Add a button on the form with the following javascript: window.print();
that should suffice I think.
I tried and it works.
There is a possibility that instead of creating a button on the form I create a document world and the press?
Wherever you want to use window.print is fine. As long as you realize that it has to execute somewhere.