Having trouble with flowed form
maybe referencing problem, pulling hair out because don't see error is.
the 2 page dynamic form in link below...
https://files.acrobat.com/preview/8c174446-6064-46b6-9e39-7c99bcf08918
...works fine, until first page flows 2nd page. then, script in dropdown list on 2nd page (but 3rd) no longer makes visible hidden fields. know pros out there know right away problem is, , if can me out, i'd appreciate it.
thanks!
jo
nifty problem :-)
i report enterprise support team, consider bug honest. anyway ...
first of all, noticed don't have problem if first make selection in dropdown , make textfield larger , use dropdown again. so, first thought resolvenode in code, not needed. did not solve problem. see layout problem, tried issue relayout() , ... works. have no clue why should issue relayout(), me bug, unless support picks , gives reason it. anyway, here how rewrote code. don't paid per character type, short syntax. replace code this, or add last line yours, whatever prefer.
text1.presence = ( this.rawvalue == "1" ? "visible" : "hidden" ) ;
text2.presence = ( this.rawvalue == "2" ? "visible" : "hidden" ) ;
text3.presence = ( this.rawvalue == "3" ? "visible" : "hidden") ;
xfa.layout.relayout() ;
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment