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

CN_Dafolo
CN_Dafolo
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by CN_Dafolo
Customize the badges you want to showcase on your profile
Exception handling in Workbench - Adobe LiveCycle 26-10-2012
I'm currently developing a process where I would like to catch an exception and determine what the error was and then return an errormessage to the user. I've figured out how to catch the exception, but I don't know how to get the error. If I catch the exception from ReaderExtensions 'Apply usage rights' service I would like to know what the error was (this could be missing certificate, not sufficient rights or missing input pdf). Is there any way to get the error thrown by an exception?

Views

1.4K

Likes

0

Replies

1
Re: Clear text selection on focus - Adobe LiveCycle 08-10-2012
Hi,Thanks for the help. It wasn't exactly what I was looking for, but seen as what I was looking for isn't possible, this will do nicely.

Views

119

Likes

0

Replies

0
Clear text selection on focus - Adobe LiveCycle 24-09-2012
HiI'm developing an interactive form in LiveCycle Designer, where I need to use setFocus in certain circumstances. The problem is that when I use setFocus, the text in the field I'm setting focus to, gets selected. Is there any way to deselect the selected text and place the cursor after the text in the field? Or is this just default behavior in a pdf?

Views

1.0K

Likes

0

Replies

2
Signature validation using signatureValidate - Adobe LiveCycle 02-02-2010
Hi,We have designed a form where we use signatureValidate to check the validity of a signature. It has been working fine until recently where we all of a sudden get this error when calling the function: TypeError: oField.signatureValidate is not a functionThis is the code that we use when validating the signature: function validateSignatur(){ var iResultat; var sBesked = ""; var felt1 = form1.side1.sub_Underskrift.fld_Underskrift.somExpression; var oField = event.target.getField(felt1); var iSta...

Views

957

Likes

0

Replies

1