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