I am using LiveCycle ES3.I have all my content within a flowed subform set to western text. I have a border around the entire content area (X: 1in, Y: 1in, Width: 6.5in, Height: 9in), so I don't have to worry about applying borders to individual objects.However, in certain areas, the page border di...
Hello all,I was wondering if it is possible to resize an image field based on user input. I am currently using a work-around by creating a set of radio buttons that each have an action attached to them that will define the width and size of the image field. However, that option is limited and not as...
Hi,I have created a Livecycle PDF form that has an image field inserted. In this case, the user filling out the form will click that image field and insert a photograph of themselves. Once I receive all of these filled-in forms that include photographs, I want to export field data from multiple PD...
I have what i think is a fairly simple dilemma. I have a checkbox that will be used to show/hide a subform when checked/unchecked. However, none of the code I have written seems to work. The checkbox is an object in page1 and not wrapped in any subforms. The subform simply has two text fields in it....
Hi, thereMy LiveCycle server version is 9.0.0.0. After I did some modification to our existing process, it resulted a serious problem: long-lived process cannot be invoked. All of long-lived processes on the server cannot be inovked correctly, not only on my application, but also on new created appl...
I have two radio buttons in a table cell with a positioned subform. The data from this exclusion group will not export to a spreadsheet. Any idea why? the binding for the table, row, and group look okay. Why?.
Hi,I would like a "gererate password" button that fills a filed with an alphanumeric passwrod of 8 characters or so. Wildcard characters would be good as well. Can anyone help me with a script that can create random passwords? Also - I understand it may not be truly random as a response duplicate...
I'm using LiveCycle ES2 to create an expense claim form. I have no trouble calculating the sum of all values in a column in a table with repeatable rows. However, this form is more complex. As you'll see, each item (expense) is a table. Clicking the button adds a new instance of the table. No proble...
I have a nested subform inside a repeating subform (Q1). I would like to be able to click a button and hide all instances of the nested subforms. It is named Subform3.I tried this script:LPA.FormButtons.HideButtons::click - (JavaScript, client)this.resolveNode("Q1[*].Subform3[*]").presence = "hidden...