Skip to Content
0
Former Member
Mar 19, 2010 at 05:02 PM

Close form after click on send button

65 Views

Hello,

I would like the adobe form to close after the user clicked on "send by email" button.

I found this code to do it automatically :

app.execMenuItem("Save");

app.execMenuItem("Close");

But I don't see where I can write it as I can't modify the click event.

Any idea ?

Thanks in advance