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...
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