Hi Community!
I'm facing the following problem:
In LSD ES2 I have a Text-Control on the master page in which I want to display a text shown on every page of my form.
The sources of the shown text are other TextField-Controls in the following layout:
Text1.rawValue = Text2.rawValue + " - " + Text3.rawValue;
I want the text on the master page to be updated in the PrePrint-Event and as I have figured out, it's possible to do this in a Button.Click-Event but not in the PrePrint-Event.
The simplified JS-code of my Text.PrePrint-Event now is:
this.rawValue = xfa.resolveNode("Formular1..Tbx-Ansprechpartner").rawValue;
Is there a way I can change the rawValue of my Text-Control on my master page in the PrePrint-Event and if there is one, how can I manage this to get working.
I hope you understand my problem, otherwise I'm looking forward to answering any further questions regarding this.
Greetings,
ZieLonKa
you can do this also with the prePrint:event.
All you need is a loop.
This is neccessary if your master page is present on several pages.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs