Print button and print form

rss

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 Kozlov
    Dmitry Kozlov
    Admin
    Member for: 9 years 8 months 16 days
    #1 by Dmitry Kozlov Feb 12 ’14 at 01:08

    Hello,

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

  • MES5464
    Member
    Member for: 9 years 9 months 12 days
    #2 by MES5464 Feb 12 ’14 at 09:49

    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 Kozlov
    Dmitry Kozlov
    Admin
    Member for: 9 years 8 months 16 days
    #3 by Dmitry Kozlov Feb 13 ’14 at 02:14

    [#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