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

Eric68000
Eric68000
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Eric68000
Customize the badges you want to showcase on your profile
Re: "Hide" a preSign event for Reader version 8 - Adobe LiveCycle 20-05-2010
Hi,If you wrap your script in the preSign event in an if statement, which first checks the application version.if (app.viewerVersion >= 9){ //your script here}If the user has Reader 8 then the script will not run.If you are going to have an alternative approach in a different event for users with Reader 8, then a similar approach would work in that different event:if (app.viewerVersion < 9){ //your alternative script here}Hope that helps,Niall

Views

77

Likes

0

Replies

0
Validation test before the signature process - Adobe LiveCycle 17-05-2010
Hi All, In my form, i have a validation button and a signature. As usual, the user first needs to validate the form, then the signature appears and he can click on it.But i need now to do one additional validation, when the user will click on the signature (one field can be empty when the validation part is done by clicking the validation button, but this field must be filled in order to sign the form).I know the "preSign" event, and it would be perfect for my case, but the problem is that my fo...

Views

540

Likes

0

Replies

0