field value from master page
hi,
i have print form layout this
sorry mixed languages
problem in these erittely-masterpages.
erittely_etusivu has restriction 1, , content overflow erittely_next can occur n times.
this combination can exist n times.
now need fetch value field erittely_etusivu corresponding field on erittely_next.
with value
var jeps = xfa.resolvenode("form..erittely_etusivu.headeri.invoice_no_e");
this.rawvalue = jeps.rawvalue;
but field value first erittely_etusivu.
how can value of n:th invoice_no_e-field? using current pagenumber -1.
i tried using index received nothing.
-pekka
hi all,
i need have solution one. anyone? ideas?
here can download demo of form better idea.
as can see page 10 has null value coding (need have same values page 9),
this.rawvalue = xfa.resolvenodes("xfa.form.data.pageset.erittely_set.erittely_etusivu.headeri[9].invoice_ no_e").rawvalue + "9";
also reference parent not work,
this.rawvalue = this.parent.invoice_no.rawvalue + "9";
(nine see somethig happening)
do have redesign form though result @ moment what´s needed.
br,
pekka
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment