cancel
Showing results for 
Search instead for 
Did you mean: 

Save Offline Interective adobe form through Save as button

Former Member
0 Kudos

Hi Expert,

I have made a offline interactive adobe form through SFP. now my requirement is..

Offline form should be save by *SAVE AS* button from the form.

regards,

shri

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

you can use javascript for this (in the button - click event)

app.execMenuItem("SaveAs");

Former Member
0 Kudos

The solutium from Vandousselaere works only for the unfilled form, if you haven't activated the interactive form!

Former Member
0 Kudos

You have to user interactive Forms (licensed credentials are necessary).

Still you have to edit the printreport with the params fillable = 'X' and dynamic = 'X'

The ADS generates at runtime the saveable forms. Without the credentials, you can't save the input data!