


I have a static text paragraph with two floating fields.
When the filler clicks on the RESET button it clears all the other fields except the text from the floating fields.
In addition to the default JS on the reset button object (xfa.host.resetData();), I tried this JS on the reset button but no impact: xfa.host.resetData("xfa.form.form1033.P1.floatCoName");
Views
Replies
Sign in to like this content
Total Likes
Floating fields are not like regular fields and are not interactive. They only exist while the form is being rendered and once they are populated are turned into text (after the reflow of course). From that point on they are not addressable.
Paul
Views
Replies
Sign in to like this content
Total Likes
Thanks Paul. Not the answer I wanted though <grin>!
Views
Replies
Sign in to like this content
Total Likes