Avatar

Not applicable

I’m hoping somebody can help me with my requirement.

I need to be able to display the print dialog box and let the user choose the printer they want to send the form for printing and save a copy of the form in the server.

I was able to do all of these except is a simultaneous process. The print dialog box is shown and the process was invoked. So even if the User will choose "Cancel" instead of "OK", the form is already rendered and a PDF copy of the save in stored in the server.

Is there a way to STOP the SUBMIT until the "OK" button in the print dialog box is hit?

Thanks....