Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

TimoNL
TimoNL
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
32

Discussions

Discussions
0

Questions

Questions
11

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TimoNL
Customize the badges you want to showcase on your profile
Re: Check required forms before printing - Adobe LiveCycle 16-09-2011
Hi all,I'm back in this topic because the users from the form are using different versions of adobe reader. The script is not working properly on other versions.Is it possible that my script will be edited that you get the pop-ups to show you that you forget to fill in some required field, but that the print job will not be canceled.this is my script:// run the form validation in prePrint, if Control+P or printed from menu// if validation fails, then cancelAction will prevent printingif (formuli...

Views

381

Likes

0

Replies

0
Re: textfield must validate imput on checkbox. - Adobe LiveCycle 19-05-2011
Hi Bibhu,Thanks, this script works.greetings,Timo

Views

163

Likes

0

Replies

0
Re: textfield must validate imput on checkbox. - Adobe LiveCycle 17-05-2011
I attached an image. Her you see the "form"You see field 1. This textfield must check if one or more of the checkboxes are on/filled. If one or more of the checkboxes are on/filled the textfield is required.Greetings,Timo

Views

112

Likes

0

Replies

0
textfield must validate imput on checkbox. - Adobe LiveCycle 17-05-2011
Hello all,In my form I have 4 checkboxes. If you select the checkbox, it is required to give some additional information. But theres only one textfield for 4 checkboxes.Is it possible to create a code that the textfield validate if there is an imput in the checkboxes?Greetings,Timo

Views

754

Likes

0

Replies

4
Re: Can't select and other option after selecting one option. - Adobe LiveCycle 10-05-2011
Hi Niall,Thank you. This was the answer.Greetings,Timo

Views

133

Likes

0

Replies

0
Can't select and other option after selecting one option. - Adobe LiveCycle 10-05-2011
Hallo all,I've made a form, witch is very advanced i think, and in this form I used the .mandatory option.I've an dropdown box, and this dropdownbox controls if the other dropdownbox is required or not. I've turned on the binding and it's so that if you select option 2 the other dropdownbox isn't required, but if you select option 1 or 3 the dropdownbox must be required. Now the problem is that if you select option 2, then you can't change you selection.Here's the code.if (this.rawValue = 2){ Ce...

Views

456

Likes

0

Replies

5
Calculate age between to date's - Adobe LiveCycle 11-01-2011
Hallo all,I want to make a list with all the bithdays of the employees. Is it possible that if I give the current date and the birthday date that javascript calculates the age?Greetings,Timo

Views

582

Likes

0

Replies

1
Re: Presence script doesn't work anymore - Adobe LiveCycle 06-01-2011
Hi Niall,Thanks for the response, I understand the option "hidden" but it doesn't work so well. I've send you my form as private message, could you look at it.I want that the second page appears when option 2 is selected. In my document "pagina" means page.greetings,Timo

Views

203

Likes

0

Replies

0
Re: Presence script doesn't work anymore - Adobe LiveCycle 04-01-2011
Hi Niall,I've found that all document settings are dynamic, but I saved it as an static form. The script works know, but not on page 2.Is my script incorrect? The second page has the name pagina2 and the debugger doesn't show any error.Is it also possible to hide the second page if the first option is selected?if (this.rawValue == 1){//Ontslag weergevenOntslag.presence= "visible";//Aanstelling verbergenAanstelling.presence= "invisible";Pagina2.Aanstellingvervolg.presence= "invisible";}else{//Ont...

Views

202

Likes

0

Replies

0
Re: Presence script doesn't work anymore - Adobe LiveCycle 04-01-2011
Hi Niall,Thanks for your answer, but that's not the problem. I've marked the names and hold the ctrl key and clicked on the subform. the script is now changed but it is still not working.Is it possible to send you a private Message with this forum?Here's my script.if (this.rawValue == 1){//Ontslag weergevenOntslag.presence= "visible";//Aanstelling verbergenAanstelling.presence= "invisible";xfa.resolveNode("#subform[4].Aanstellingvervolg").presence= "invisible";}else{//Ontslag verbergenOntslag.pr...

Views

205

Likes

0

Replies

0