Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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