Page 1 of 1

Print button and print form

Posted: 11 Feb 2014
by MES5464
I followed instruction for the print form but I want to add to the print button/link so that it will save any changes to the edit form before it opens the print display form. I do not want the edit form to close.

Is this possible?

Re: Print button and print form

Posted: 12 Feb 2014
by Dmitry Kozlov
Hello,

You can open print form in a dialog with fd.openFormInDialog function.

Re: Print button and print form

Posted: 12 Feb 2014
by MES5464
I got the fd.openFormInDialog working just fine, what I want to do is do a save of the Edit form just before the print form opens in the dialog.

I do not want the edit form to close.

Re: Print button and print form

Posted: 13 Feb 2014
by Dmitry Kozlov
You can redirect users to print form after saving with fd.sourceFormParam function, but you cannot open print dialog after submission because each saving requires page reloading.