Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/10/18
    Using LC ES4.  I have a form that uses the same floating field multiple times, however, it will only populate the first instance. Document is saved as dynamic.  What am I doing wrong?

    Views

    1.5K

    Likes

    0

    Replies

    1
  • 5/9/18
    Hi There, I am fairly new to LiveCycle and have inherited forms from a variety of people. I have been asked to add a an expandable table that could potential go beyond the page it has been set up on. I have successful add the table and have been able to make it expand beyond the 1st page but I am wo...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 5/7/18
    Hello,how can i access a node of a xml-file looks like this:<RootNode>     <EntryNode>          <ColumnA>Some Value A</ColumnA>          <ColumnB>Some Value B</ColumnB>     </EntryNode>     <EntryNode>          <ColumnA>Some Value C</ColumnA>          <ColumnB>Some Value D</ColumnB>     </EntryNode>...

    Views

    2.5K

    Likes

    0

    Replies

    4
  • 5/6/18
    My table needs to repeat on each page for each looping item in my XML.  My table is inside a subform which has "Repeat Subform for Each Data Item" checked.  My form is working except a blank page is always added to the end of the document.  I tried making the table smaller, I tried removing the bord...

    Views

    9.6K

    Likes

    0

    Replies

    2
  • 5/3/18
    I need to modify an existing form. When opened in LC ES3 i can't edit regular text, the solution to which seems to be to "Save As Copy" In order to clear some security settings. After doing this all the fields disappeared and I still couldn't edit the regular text. I looked for an answer in JP Terry...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 5/3/18
    Trying to generate a simple printable form, I have encountered the following problem: I need a square button with two alphabetic characters, which can either be made visible / invisible or highlighted on mouse click. Is it possible to modify a checkbox by using a certain script, so that the checkmar...

    Views

    4.2K

    Likes

    0

    Replies

    12
  • 5/3/18
    Is there a way to script to change all of the text in a textField back to text color black ("0,0,0") if a user has changed the text color using the Form Field Text Properties Bar? It looks like that is done on a separate layer?I tried this and it does not work:Subform1.UpperSection.font.fill.color.v...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 5/3/18
    Is there a way to create a paragraph where the form user has to enter text within the paragraph itself and the other text following will move/adjust and wrap as needed?Example of what I mean:The undersigned company, [ENTER YOUR COMPANY NAME HERE], organized under the laws of the State of [ENTER THE ...

    Views

    2.5K

    Likes

    0

    Replies

    4
  • 4/30/18
    How can I name the field for example an email entry so when calling up php It will recognize $_POST['email']?

    Views

    542

    Likes

    0

    Replies

    1
  • 4/30/18
    I'm trying create function to validate with limit login attempt. That is my code:var attempt = 3; // Variable to count number of attempts.function validate() {var username = form1.page1.subLogin.txtUserName.rawValue;var password = form1.page1.subLogin.txtPassword.rawValue;for (var i = 0; i < 2; i++)...

    Views

    5.3K

    Likes

    0

    Replies

    5