Expand my Community achievements bar.

a_c_hoff
a_c_hoff
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thank you Magus. This helped a lot. For those who are interested, the code I had in the click event of the Remove Row button in table 1 was:for (i = 0; i < Table_1._Row1.count; i++) {    if (this.parent.parent.index === i) {        this.resolveNode('form1.Subform1.Simple_disposition_table.Table_2._R...

    Type

    Questions

    Views

    862

    Likes

    0

    Replies

    0
  • Hi all,I have two tables that each have repeatable rows. The two tables should display almost the same information in each instance of the row (I managed to code in a way to bind the values in specific instances of the rows). However, I have added a button within the repeatable row that allows the u...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    2
  • I figured out a way to do this. In the exit event of each text-field, you can use the following:for (i=0; i<Table1._Row1.count; i++) {    if (this.parent.index === i) {        this.resolveNode("Table2.Row1[" + i.toString() + "].Cell1").rawValue = this.resolveNode("$").rawValue;    }}just switch out ...

    Type

    Questions

    Views

    540

    Likes

    0

    Replies

    0
  • Hi all,I need to be able to bind multiple sets of text-fields together so that each set always has the same value. The idea is that I have a table where a user enters values such as a product name, and then on another page, where they enter information about the product, there is a header with the p...

    Type

    Questions

    Views

    727

    Likes

    0

    Replies

    1
  • Thank you for your help. I have had to learn Javascript myself, so I am not as proficient as I could be. I knew that it should be possible to use count - 1 to specify the last row instance, but I didn't think (or know how) to use a variable to define this. Thank you for your help.

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
  • Hi all,I am trying to figure out how to create an action for my form in Livecycle Designer ES2 that will affect the most recent instance of a dynamic table row. I have a table with a repeatable row where the user will enter information about a purchased part and I have buttons that allow the user to...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    6
  • Your suggestion worked. I didn't think that minH would work to shrink the field but it did. Thank you for your help.

    Type

    Questions

    Views

    635

    Likes

    0

    Replies

    0
  • Hi all,I have a problem with my textfields in Livecycle. My goal is to have a text field of a certain size that can grow to accommodate more text or shrink to fit text that does not take up the full space that the text field offers. I set my text field height to Expand to Fit and wrote a javascript ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    2
  • Try placing the script in the enter and exit events. I used the enter event to show the border always so that when users enter the field they can see the boundaries. For this, I just used: this.resolveNode("$").border.presence = "visible";Then in the exit event I placed the following codes to evalua...

    Type

    Questions

    Views

    1.2K

    Like

    1

    Replies

    0
  • Hi All,I have a problem with my digital signature fields. Whenever the user digitally signs the form, there is a message that says that the form is "Signed and all signatures are valid, but with unsigned changes after the last signature". When I open the signature panel (in Adobe Reader or in the Pr...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    3
Top badges earned by a_c_hoff
Customize the badges you want to showcase on your profile