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

Master Pages

krm240
Registered: Apr 17 2009
Posts: 95

I am trying to set up a set of common controls that will be accessable to all pages, such as save, print, submit etc (save and print work fine)
Using LC ES2

I have the email Submit working fine (pulling from form fields) but it is located in the body of the form.
When I copy and paste the button into the master page I get errors.
eg:
Main.ConfigSetup has no properties
13:XFA:Main[0]:Master[0]:Page1[0]:SubmitPDF[0]:mouseDown

Any ideas where I should look to try and resolve this?
Has to be something with how the master pages are handled...

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
It looks you trying to reference to a field named ConfigSetup.
If this field is not placed on the master page, you need to resolve the whole path to the field such as:

xfa.form.form1.BodyPage1.Main.ConfigSetup.rawValue;

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs