How can i link to other places in my form?
I kwow i have to do it Javascript, but what code do i have to use?
Thanks Josh
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
you have to use a SOM expression to a field (a object the user can fill).
The setFocus method cannot jump to a subform.
This will look like:
xfa.host.setFocus(form1.werkervaring.TextField2)
Views
Replies
Total Likes
You can use setFocus() to jump to different fields.
xfa.host.setFocus(path.to.field);
Views
Replies
Total Likes
I tried 3 different ways, but couldn't succeed. Can you have a look at the Pdf please, i tried the 3 upper buttons:
http://www.mijnbestand.nl/Bestand-SD6TUJW3CGJO.pdf
Thanks for your help, if i only have one button working, i can fix the rest
Josh
Views
Replies
Total Likes
Hi,
you have to use a SOM expression to a field (a object the user can fill).
The setFocus method cannot jump to a subform.
This will look like:
xfa.host.setFocus(form1.werkervaring.TextField2)
Views
Replies
Total Likes
Thanks, this works great!!!!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies