Expand my Community achievements bar.

Save a form using JavaScript script

Avatar

Level 2

I am creating a form using Livecycle and Javascript.  Is there a way to save a form from script?

Thanks in advance,

Paul

2 Replies

Avatar

Level 10

Hi Paul,

You can use the following command.

app.execMenuItem("SaveAs");

Regards

Bruce

Avatar

Level 2

Perfect!  That is just what I was looking for.

Thanks,

Paul