Expand my Community achievements bar.

01371406
01371406
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The following code is supposed to return a two digit year. However I am getting the two digit year with an "in" as a suffix. var nd  = new Date(); var z = nd.getFullYear(); var y = z.toString(); var x = y.substr(2, 3); app.alert("Variable nd = " + nd + "\n" + "Variable z = " + z + "\n" + "Variable y...

    Type

    Questions

    Views

    881

    Likes

    0

    Replies

    2
  • I wrote this javascript to check a form field. The form field contains a tracking number, i.e. RA-12-53719. The field name is RA and it always contains: "RA-", the current year in two digits, and a then a 5 digit number. The code works in a javascript test online, but not inside of LiveCycle. I am c...

    Type

    Questions

    Views

    631

    Likes

    0

    Replies

    0
  • I have a text field (FormNumber see Figure 1&2 ) with a thick border that sits on the corner of another text field (Comments). This FormNumber box called "FormNumber" contains a number such as E12-92 to alert the user of which form they have. I have tried many methods but have yet to find a way to h...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • I have a LiveCyle document Text Field (Text Field titled "Subject") that is filled with text similar to the following. "Thank you for your recent contact with XYZ company. We have enclosed form E12-XX and evaluted your offer. We find after consideration of your submittal to XYZ we are able to fufill...

    Type

    Questions

    Views

    880

    Likes

    0

    Replies

    2
  • Why would I use "Adobe LiveCycle Reader Extensions ES3" when I have Acrobat Pro and can save a file as Reader enabled? Is there some other benefit?

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    3
  • There has to be a simple answer to this but I have yet to find it. I have a text field (ModelNumber1) on Master Page 1 (MP 1). I want to copy the data entered in ModelNumber1 into "ModelNumber2" on Master Page 2. Whatever the entry is in the Text Field "ModelNumber1" I want to duplicate that entry o...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    1
  •      I am trying to create a dynamic form where a user enters the contact information of the people on their baseball team. The number of people per team can vary on the form. Above the contact information is a header we'll call "Team Member". I have a button to repeat this wrapped "Team Member" and...

    Type

    Questions

    Views

    870

    Likes

    0

    Replies

    2