Expand my Community achievements bar.

is it possible to hyperlink to another part of the same document?

Avatar

Level 2

I'm trying to get a text box hyperlinked to a page further along in the same document but as far as I can tell, LiveCycle only hyperlinks to web pages, documents, or email addersses. Does anyone know of another way to do this?

1 Reply

Avatar

Former Community Member

Consider paging

xfa.host.pageDown();
xfa.host.pageUp();

or setting focus to a field on a page

xfa.host.setFocus("field");

Steve