Thank you very much. From:BR001 To:Dale Higgins
Date:15/10/2010 01:26 PMSubject: Jumping to
a particular questionYou can use the setFocus method to move to a
particular field, something like; xfa.host.setFocus(Page2.TextField1);
// for Reader 8.1 and later or
xfa.host.setFocus(Page2.TextField1.somExpression); // for Reader 8.0 and
before
Hi clever people. I have a form where the form filler clicks a Yes/No
radio button. If they click Yes, I want the form to take them
automatically to a particular question instead of having to put in the
text "If you answered yes, please go to question xx". There will be
multiple occurrences. Can anyone tell me how to do this?Many thanks
I was having the same problem and you've probably found the solution by
now. Anyway, I found that if I opened the file with Adobe Acrobat, then
from the Form menu select Edit form in designer, the Preview PDF tab
became available again.