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

paitkenhead
paitkenhead
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by paitkenhead
Customize the badges you want to showcase on your profile
Page breaks in RTF output field? - Adobe LiveCycle 02-06-2010
I have a form in which the user can check a box, and if so, the various filled-in fields are composed into a Rich Text Format business letter beyond the end of everything else. It was tricky to make it work, but it does, and it performs satisfactorily.Now I want to make a modifcation in which there'a a mandatory page break at a certain point in the business letter. I tried to do this using the CSS2 page-break-before style element, in the paragraph tag that is supposed to begin the second page. I...

Views

314

Likes

0

Replies

0
Re: Still cannot change radio caption color by script - Adobe LiveCycle 09-11-2009
You were right. That problem was driving me crazy. Thank you for the solution.

Views

82

Likes

0

Replies

0
Still cannot change radio caption color by script - Adobe LiveCycle 07-11-2009
Hello,I've been trying to follow advice seen in other threads when developers wanted to inactivate radio button choices by script, and also turn the caption grey. What I'm finding is I can deactivate the choice but I just cannot turn the caption grey.If the exclusion group is named "MyRadioChoice" and the choices are (say) "Choice1", "Choice2", "Choice3" and due to other user input Choice3 becomes inapplicable, then the wisdom is this should work:MyRadioChoice.Choice3.access = "readOnly";MyRadio...

Views

459

Likes

0

Replies

2
Rich text format first line undent? - Adobe LiveCycle 29-10-2009
I make use of Rich Text Format conversion quite a bit. When I render things in RTF I can't find a way to "undent" the first line of a paragraph so as to create a pleasing numbered or bulleted list. I tried to use '

Views

614

Likes

0

Replies

0
Re: Trimming whitespace from input fields - Adobe LiveCycle 14-10-2009
Works perfectly, and great insight into a function I did not know existed. Thanks.

Views

109

Likes

0

Replies

0
Trimming whitespace from input fields - Adobe LiveCycle 14-10-2009
I'm finding that some of my script logic is failing when an end-user happens to deposit some whitespace into an optional input field. In other words, if the user hits the space bar while an input field has the cursor, then moves on, it is no longer a null field, and my scripts will expect data to be there (but the data is whitespace).What is the most straightforward way to trim whitespace (or eliminate a string that's nothing but space) from any and all input fields? Thanks for reading.

Views

696

Likes

0

Replies

2
Re: Instance referencing - Adobe LiveCycle 08-10-2009
Unless you switch from Javascript to FormCalc, that is the only way. See what Adobe has to say about it in the Livecycle Designer Scripting Basics document, page 58.

Views

104

Likes

0

Replies

0
Re: Email a form in Adobe Acrobat 9 - Adobe LiveCycle 07-10-2009
Well, when you're designing a form in Livecycle you can drop a "Submit Email" button in the layout. The palette for the button you are defining has a place to specify the email address and email subject associated with the button.When the end-user (the user that is looking at your form in Adobe Reader 9) clicks that button, user is confronted with a popup asking if the native email client should be invoked (e.g., Outlook or Thunderbird). If the user is affirmative to that, the email client softw...

Views

111

Likes

0

Replies

0
Re: Retrieve attributes from a signature? - Adobe LiveCycle 05-10-2009
Thanks, that source of information worked out for me. For the benefit of others, here is the Adobe Javascript Scripting Reference document he identifed:http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS.pdf... and then the help I was looking for is the desciption of SignatureInfo object. In the Livecycle javascript in my form, I can now go to the desired username attribute as followsvar digSig = event.target.getField ("MyForm[0]...MyPathstuff [0]...Signature [0]");digSig.signatureV...

Views

73

Likes

0

Replies

0
Retrieve attributes from a signature? - Adobe LiveCycle 03-10-2009
I would like to get the end-user's name out of a digital signature (i.e., subject's name on the signature) while executing the postSign script, so that I can transcribe into a text field elsewhere in the document. I've spent hours surfing to find a solution for this. Is there a way to do it? Thanks for reading.

Views

618

Likes

0

Replies

2