Expand my Community achievements bar.

a_c_hoff
a_c_hoff
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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.0K

    Like

    1

    Replies

    0
  • I will try this and let you know if it works.I went through the form and found that one of my tables was causing the issue. I changed the data-binding for the table from Use Name to No Data Binding and the subform no longer repeats itself when saved as a reader enabled form. I am incredibly glad tha...

    Type

    Questions

    Views

    652

    Likes

    0

    Replies

    0
  • Hi all,I have run into a strange issue in my form. I have a subform that is repeatable and it works perfectly when I test the form in Livecycle or Adobe Reader. However, when I use Adobe Acrobat to save the form as Reader Extended PDF>Enable Additional Features it screws up the form so that when it ...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    3
  • 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.3K

    Likes

    0

    Replies

    3
  • Hi all,I am working on a form with a textfield in it. My goal is to add a script that will change the appearance of the textfield from a sunken box to none when the field is not empty. Note that I am not changing the border of the field, I am altering the appearance of the object. The reason I am do...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    5
  • I have a repeatable image field in my form where users can add images, and I have created two buttons below the image field that allow the user to resize it. The script on the buttons is:ImageField1.h = (xfa.layout.h(ImageField1, "points")*1.1 + "points").toString();ImageField1.hAlign = "center";Siz...

    Type

    Questions

    Views

    940

    Likes

    0

    Replies

    1
  • Hi Magus069,Your code helped me to specify that columns are added to every instance of Row1, but I still haven't been able to figure out how to dynamically resize the columns to fit the page so that the width of each column is equal to the total number of columns divided by 7.5 (the width of my form...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hello,I have been working on a form in Licecycle Designer ES2 that requires the user to be able to insert a table. I have managed to work out a code that will do that by having a button with the following script in the click  event where I have a single-cell table and "Cell1" is a repeatable subform...

    Type

    Questions

    Views

    3.2K

    Likes

    0

    Replies

    3
  • Hi,I am working on a form and I want to allow the user to add tables to the form. If I give them a base table (for instance, a table with two rows and columns) is there any way to allow the user to add columns to the table. I can add new instances of rows, but I need the number of columns to be vari...

    Type

    Questions

    Views

    845

    Likes

    0

    Replies

    1
  • This is perfect. Thank you very much.

    Type

    Questions

    Views

    503

    Likes

    0

    Replies

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