Expand my Community achievements bar.

Unwanted blank pages appearing in 7.0.5 (but working in 9)

Avatar

Former Community Member
I'm trying to create a form which has a front page and three optional additional sections that appear when the respective buttons are clicked. I need the form to work in Reader 7.0.5



I've got it working just fine in LiveCycle 8.2 and Acrobat 9, but when it is opened in Reader 7.0.5 three blank pages appear after the front page, and as the optional sections are opened, they replace/fill-up these blank pages.



Any help would be most gratefully received!



_____________________



Details:



The form is targeted to 7.0.5 and saved as a dynamic XML form.



I am not seeing any warnings, but when switching to Preview PDF, I do see the following under the log:



"Invalid version: the current version of the XFA template model exceeds the capability of Acrobat/Adobe Reader 7.0.5"





The buttons to reveal the page have the following formcalc scripts:



Form.Top.OnePager.FrontPage.MoreInfoButton.Hide::click - (FormCalc, client)

MoreInformation.presence = "hidden"

Hide.presence = "hidden"

Show.presence = "visible"



Form.Top.OnePager.FrontPage.MoreInfoButton.Hide::initialize - (FormCalc, client)

MoreInformation.presence = "hidden"

Hide.presence = "hidden"

Show.presence = "visible"

etc
0 Replies