PageSpan Issue in HTML5 Forms
Hi All, I am working on a HTML5 form which has 2 subforms. I am trying to use the code to get the total number of pages each specific subforms, but i am unable to get the number. However the same code is working fine for PDF form but not working for HTML5 form.
Can someone Please assist on the below issue as i have tried everything but none of the scripts seems to be working.
Code:
xfa.layout.pageSpan(form.subform1); - I am using the below code on the ready:Layout event to get the total number of pages for subform1 in HTMl5 form.
form.Masters.M1.#area[0].PageCount::ready:layout - (JavaScript, both)
this.rawValue = xfa.layout.pageSpan(form.subform1);
Thanks