Hello,I'm sure this is something simple I am missing :-) Here is the js I am using. var dateToNumber = Date2Num(form1.page2.page2Date.rawValue, "MM/DD/YYYY"); var datePlusDays = dateToNumber + firstRowWeek.rawValue * 7; var boosterDate = Num2Date(datePlusDays, "MM/DD/YYYY"); form1.page2.invoiceTa...
I've checked other threads and am not sure what I need to do.I have ZERO scripting experience and am using LC Designer ES 8.2.The form I designed will eventually be sent to our customers for them to fill out using Adobe Reader.I have two sections - one is "bill to" and one is "ship to" and they are ...
I saw similar posts and the responses were from a couple of years ago. The responses all had them email an example which worked but I did not see the solution published so I could not use it.My form has 5 people that it could be e-mailed to. I would like to use a dropdown box to select which one of ...
I have a set of 8 radio buttons. The eighth button, if selected, displays a hidden text field. The javaScript on the eighth button, on the mouseUp event, for this is: if(this.rawValue) AR05.sfBody.sfRows.txtOther.presence = "visible";else AR05.sfBody.sfRows.txtOther.presence = "hidden";My ...
Dear adobe experts,I have a requirement to rename XML tags, in the interface for an adobe form, using javascript.the XML looks like this:<ELEMENT> <DATA> <ROW_IID>0</ROW_IID> <PARENT>0</PARENT> <CHILD>0</CHILD> </DATA> <DATA> <ROW_IID>1</ROW_IID> ...
I need help creating a script that would make a calculated-read only field change color if a condition is met. Should the script placed in the calculated event? The fields are as follows: CourseNum (auto sum calculates 11 numeric different fields)A1P (numeric calculated read only field)AP (numer...
I'm trying to have a dropdown list display when a user clicks the YES radio button. The dropdown list is hidden or invisible when the user clicks the NO radio button. When the form initializes, the dropdown list is initially invisible or hidden. I am using LiveCycle Designer ES (8.2.1.4029.1.52...
When users try to open my distributed forms using Adobe Reader 9 they get an alert box which states: 'You need to install the Traditional Chinese Language Support Package to view or fill in this form. If you continue without installing this package the form will not work correctly'Is there anything...
Dear adobe experts,I have a requirement to delete a node in the interface XML of an adobe form (not just deleting a subform on the form). It must be a delete, an empty node will not work (I've read this in another post). The XML structure looks like this:<ELEMENT> <DATA> <ROW_IID>0</ROW...
I am creating a few forms that access an Access database that will be used to enter data into the database. I am able to open records from the database and scroll through records one at a time and have added features to be able to search for and display a single record. The problem that I am havin...