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

Master Pages in Livecycle 7

leithfx
Registered: Dec 6 2007
Posts: 28

Hi,

I would like to have my Form compatible with Reader 7 (as it is still quite widespread, especially in business settings).

My form was created in Livecycle 7 originally, but some functionality does not appear to work with Reader 7. Specifically, when referring to my master pages, it gives an error:

TypeError: Questionnaire.Master1 has no properties
1:XFA:Questionnaire[0].#pageSet[0].Page1[0].bottom_buttons[0):initialize
TypeError: Questionnaire.Master1 has no properties
1:XFA:Questionnaire[0].#pageSet[0].Page1[0].top_buttons[0]:initialize
TypeError: Questionnaire.Master1 has no properties
1:XFA:Questionnaire[0]:docReady

The code works perfectly in Reader 8. Is there a specific way i should be referring to objects on my master page for 7 to work?

Andrew

leithfx
Registered: Dec 6 2007
Posts: 28
I believe the answer is to refer to the master pages as Form.pageSet.Page1 regardless of what you name your master page. I am looking into this a little more.