In the Script Editor, it has addnew(), update(), delete() and cancel() but it doesn't have save(). Did Adobe forget to include this function or is there away to save data to the database, if so how?
In the Script Editor, it has addnew(), update(), delete() and cancel() but it doesn't have save(). Did Adobe forget to include this function or is there away to save data to the database, if so how?
I do not want to reset the entire form using the Reset Button. If i have a 3 page form for example. Is there a simple JavaScript code to reset say all fields on Page 1 or would I have to list them separately to null?Thanks
I have a form with multiple fields that have a background color. It also has a print button. I want it to print everything in black and white to save on color ink. I found one other discussion about this, but it didn't address how to make the whole thing print b&w. It was basically to add a preprint...
I found an example of how to populate a field based on a drop down list from the Purchase Order.xfd example but the drop down list is hard code. Does anyone knows how to do this with the drop down list coming from the database?Thanks in advance
Hi, When creating PDFs in Adobe Acrobat, you can set some ViewerPreferences: * HideWindowUI * HideMenubar * HideToolbar true These settings can be set via "Document Properties" => "Initial View" => "User Interface Options" However, when creating a form using Adobe LiveCycle Designer. These option...
Help Appreciated !!<br />Using Lifecycle 8, with out Reader Extensions, the email submit button generates an XML output file such as the following;<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><br /> <FormName><br /> <Position>thwrth</Position><br /> <Division>arthar</Division><br /> ...
I have made a submit button in livecycle designer 8,0 (trial version) , the button send a pdf-file to a given email, but the problem is that it works for me, but when some else try to use the button, the are told that they are not allowed to do it, what have I done wrong is their some security I hav...
Hi,I have a PDF form created in LiveCycle Developer 8.0.The PDF its self has a "Email Now" button that will shoot the completed PDF form to a designated email and the entered information then get processed.Problem is that our processing request system only accepts images and not PDF's, so I was wond...
How can I create a group of check boxes to act like a group of radio buttons? For instance, a yes/no checkbox that when one is selected, the other is automatically unselected.Or perhaps there is a way to change the circle of a radio button to a square?