Print button and print form
Posted by MES5464 - Feb 11 ’14 at 06:13
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?
-
Dmitry KozlovAdminMember for: 9 years 8 months 16 days
Hello,
You can open print form in a dialog with fd.openFormInDialog function.
-
MES5464MemberMember for: 9 years 9 months 12 days
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.
-
Dmitry KozlovAdminMember for: 9 years 8 months 16 days
[#2]: 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.
Displaying 1 to 3 of 3 messages