I inherited a rather complex form in which one of the tables (auto-populated by a previous user-populated table) overflows and does not go to the next page. The table in question is wrapped in a flowed subform (allows page breaks) which itself is contained in subform (also flowed with page breaks). ...
I just did a Turnkey install of LiveCycle ES4 on Windows 2008R2 from the ES4 trail download on Adobe's site. I'm using the JBoss Windows installer. I received a few errors durning the install related to setting up the ConfiguratonManager.bat file which I've included from the install log below. Th...
I used a script I found from a post titled, "drop down list with multiple email addresses." I want the drop down menu for selecting a to: but also want to have a set of email addresses automatically populate in the cc: I am new to Livecycle and not very familiar with scripting. Please provide any in...
Hello,I been reading and reading but can´t seem to do what I want to do.I do a lot of forms in Livecycle but can´t seem to understand even the most easy loop.Lets say I have a table with two columns and ten rows. Textfields in column A is called Cell1 and in column B Cell2.I want to look through all...
Hello!I'm hoping that someone can please help me troubleshoot an issue I'm having with a table in my form. It has a menu associated with each row that allows you to add, delete, reset, etc. rows. The name of the table on the form is the Purchase Items table. It's the first table on the form. Here ar...
Hello,I am trying to copy one text field, EmployeeName, to another, Contacts, for an incident report form I created in LiveCycle. I am still new with Javascript, and have found this code which I thought would work:getField("EmployeeName").value == getField("Contacts").valueAsString;The problem I am...
I have two cells being calculated. I want the the third cell to automatically fill-in based upon the lesser of those two values.Example: If cell1 = 5 and cell2 = 7, cell3 should autofill with 5, the lessor of the twoIf cell1 = 5 and cell2 =3, cell3 sould fill with 3.Formula so far in layout:if (MaxL...
[warning: newbie]I am trying to put a save button on a livecycle document. It will create a filename based on some fields in the form.I understand that I have to do this using a trusted function. The example I found as a basis has the trusted function defined as:var MySaveAs = app.trustedFunction( f...
Once again I find myself asking for some help.I have a form with a lot of questions. Answers are derived by radio buttons which in turn are displayed in text boxes associated with each group of radio buttons. This part I don’t have a problem with.What I would like to happen is that all these individ...
Try to build a information request form for clients of a bookkeeping business, and want keep it to keep it to 1 page so once form is filled in I need the textbox to expand on mouse over to make reading easy and reduce to normal when cursor is removed.The text fields are in a table. Here is an exampl...