Avatar

Level 3

Hi Everyone,

Yesterday, I installed Acrobat Reader X.

I have Acrobat Pro 9 and that's what I use to make my LiveCycle forms.

I have been using a standard Send button and a standard SaveAs button on my forms for months.

Now they don't work.

The Send button does not work at all.

The Saveas button cautions that I cannot save the form with its data. (Which is exactly what I want to do and exactly what it did before Acrobat X)

Any ideas?

My code for Save as is:

app.execMenuItem("SaveAs");

And my code (varies) for Send varies, but I do the usual mailto and subject stuff, plus:

event.target.submitForm({

cURL

: mail,

bEmpty

: true,

cSubmitAs

: "PDF",

cCharset

: "utf-8"

});

Thanks,

Joe