Hello,Anyone knows how to create a help message dialog popping up when a user hovers over a field, a drop-down or a subform? Instead of creating a help pop-up. I want to be able to give user a hint of what to do as they have their mouse over a section of the form.Many thanks to your help.Best regar...
Hi,I need the script to save the form on click of button.I've tried to use "app.execMenuItem("Save");".But it is not working.Is there any equvalent for this command in livecycle forms?Please Help..
Hello,I am a novice user of Adobe Livecycle but learning. I am creating an expense voucher for employees to be reimbursed for mileage however I would like to create a if statement that says if the expense date is equal to or before June 30, 2012 then multiply the number of miles drived by a rate of...
I have a dropdown with yes or no in the list when "yes" is selected I want a textfield to appear.(dropdown is named "Snow" and the textfield is named "Ifyes"I have the following code if (Snow.rawValue == "1"){ Ifyes.presence = "visible";}else} Ifyes.presence = "hidden";}It is not...
I have a table that I want to add or delete rows but one of the cells in the row is a signature field; that column, always has a signature field. In the past, I have noticed that Adobe Livecycle Designer prevents the typical add or delete function (.addinstance(0)) when a digital signature field is ...
my form is set up to have text appear in a text field once a selection is made from a drop-down list. How do I get the text not appear in the dropdown list field after it is selected Thanks in advance
hi,I have a subform that has a list of table rows inside this subform. These table rows have the "hidden" presence and the presence changes to "visible" based on a radio box selection. Intially, when the form is loaded, these table rows are all hidden by default until users adds to it by changing th...
I have a form that is really two forms in one. Toip section and a bottom section. Each section has a send by e-mail button that sends the PDF form to the next department. I want the top half of the form to verify all required fields are completed when the send by email button in that upper section i...
I need for a to be able to select from a dropdown list and specified item values appear in textfield.For example if I select Amy If I select BobIf I select JaneAmyBobJane (I would like the list to appear as shown)I have associated a value to each item in the drop down list so that the selection is ...
HelloI have put a DATE object on my form by dragging standard tab of pallette, so that i am getting a CALENDER once the user is dropped down, fine.But, at the same time form/date object is allowing user to enter date manually by typing on the field, but we do not want to give this ability/flexibilty...