Expand my Community achievements bar.

Change Masterpage by Clicking Checkbox

Avatar

Former Community Member
Hello out there,



i got a little problem.



I have 2 checkboxes in my form and will change a textfield in the masterpage when I change the value of this checkbox.



When I use a button to change them - it works. xfa.host.messagebox... shows me the right value, but in the masterpage will nothing changed when I use checkboxes.



Is anybody out there who can help me to find a solution?



Thanx



Stefan
2 Replies

Avatar

Former Community Member
Stefan



Have you been getting to change something dynamically on Master Page?



On Livecycle Designer Help: "Changing the presence of a form design object: LiveCycle Designer ES provides the following presence settings for the different objects on a form through various tabs in the Object palette. The Invisible and Hidden (Exclude from Layout) settings are unavailable for groups, content areas, master pages, page set, and subform set objects."

Avatar

Former Community Member
You may have to cause a relayout to occur. Try adding this command to the bottom of your script:



xfa.layout.relayout();