Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • George,I can't get the first line to fire in LiveCycle Designer ES 2.0I created a new file with only three items. 1. Text field named "signedFlag" made "User Entered - Required" in the Object + Value tab. 2. A signature field named "SignatureField1" that doesn't lock anything after signature. 3. A b...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I am having some difficulty with the answer given as correct in the link above. The code:var oState = event.target.getField("form1.SignatureField1").signatureValidate(); if (oState != 0) {      signedFlag.mandatory = "disabled"; } else {      signedFlag.mandatory = "error"; } Thru some test I have r...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I created a button that will only execute if the digital signature field has been signed. However even when the signature field is signed use of the button after the signature still pops up with the scripted message "This document has not been signed yet.".I have the button excluded from locking aft...

    Type

    Questions

    Views

    3.3K

    Likes

    0

    Replies

    4
  • Works like a charm. Thanks again Jono!

    Type

    Questions

    Views

    745

    Likes

    0

    Replies

    0
  • This code works great, but if the last row has an empty cell I get a list of email addresses with a null at the end of the list. See Figure 1FIGURE 1I re-wrote the code as a series of if else statements to test for an null value and move on if a null value was found. However I believe my "Email List...

    Type

    Questions

    Views

    743

    Likes

    0

    Replies

    0
  • Reading the document "Javascript for Acrobat API Reference" Page 120:http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdfthe document discusses the execMenuItem command. From all that I have researched it appears I cannot create a button that copies text from a text fi...

    Type

    Questions

    Views

    3.8K

    Like

    1

    Replies

    1
  • This scirpt works great. However the result in the "Address" field returns the names entered starting with null. For instance: nullBiltrey, James E. ; Tigert, Williams S. ; ......................null is only given one time however at the begining of the list. I need a way to give the "Address" field...

    Type

    Questions

    Views

    722

    Likes

    0

    Replies

    0
  • The user of the form I am desiging will enter text into a two column table. The user has the ability to create additional text boxes in the table to contain more names. I have written a javascript to take the names from each box and place all of the names into one text field seperated by a semicolon...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    6
  • Based on Adobe Acrobat SDK document "Javascript for Acrobat API Reference": Pg 146 I have been able to get the trusted function to work and save a file to a particular path with a non-dynamic name. However I have yet to figure out why the document will not save the field entry I specify as the file ...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    1
  • I don't understand the purpose of the "iProperty" in the first metioned folder level javascript.You wrote: // folder level JavaScript to allow access to the identity object propertiestrustedIdentity = app.trustedFunction( function (sProperty){var iProperty = "";app.beginPriv();iProperty = identity[s...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0