These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Form behaves differently in Acrobat versions 8 & 9

tgoodman
Registered: Aug 18 2008
Posts: 72

Hi,

I just had an interesting issue - a dynamic xml form (saved as a PDF) behaved differently in Acrobat versions 8 and 9.

In Acrobat 8 it worked fine.

In Acronbat 9, it displays popup messages for mandatory field warnings every time it is rendered e.g. "field cannot be left blank"

The fix?

What I did was create a new blank form, transfer or copy the entire content of the old form to it. Magically the error went away.

But the question is - what would have caused the form to behave like this? What is the difference between Acrobat versions?

radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
If the field is set to mandatory and still blank when you fire a script like...

 xfa.form.recalculate(1);
...within another form field or button the pop up appears every time, because the validation fails.

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

tgoodman
Registered: Aug 18 2008
Posts: 72
Hmm thanks - but in this particular form it didn't look like it was being called. It could have been something I or the designer did inadvertantly, but for now, I'll just put it down as a "quirk"