Expand my Community achievements bar.

Adobe livecycle click event

Avatar

Former Community Member

Hi

I am using Adobe Live Cycle workbench es4.

I want navigation in my adobe form. In designer i have written below mentioned code on the click event of a specific text field.

xfa.host.currentpage=pagenum.rawValue;

where pagenum is the textfield having the page number i want to navigate to.

I want my page should navigate to the pagenumber specified in the above method on the single click of text of the textfield.

The method and event is working perfectly fine in pdf preview of the adobe livecycle designer.

But, when I am generating the pdf after deploying application and invoking the related process.The output pdf does not show the click response.

Is there any settings issues or some other option to try out the navigation.???

Will be very thankful for help!!

1 Reply

Avatar

Level 6

setFocus function may work for you