Delete Data Connection for merged record form via scripting
I have a livecycle designer form connected to a OLEDB data base (data base connection name is MailMerging). This form is required to merge multiple fields of data and then create new forms to be...
View ArticleHow to reorder / move new pages and subform instances
I have a form that has 2 functions - show a hidden page and duplicate the Page 1 and I need to reorder the pages once the user has added an instance or shown a page. I have Form A (Page 1) that can be...
View ArticleError execution in IF checkbox is 1 then Numeric Field is 1, else 0
form1.areaCalc1.Checkbox1::enter - (Javascript, client)if (this.rawValue = 1){ xfa.resolveNode("NumericField1[2]").rawValue = 1; } else { xfa.resolveNode("NumericField1[2]").rawValue =0; I have...
View ArticleAllow printing of all but one page
I have designed a complex dynamic multi-page form. The first page merely has instructions and a few fields for data input (that gets reused in various ways in subsequent pages). The form can grow...
View ArticleJavascript question - take user input and use in other fields with changed...
Hi ther,Ive been away from Livecucle for a while and have lost a handle on the coding. I'm tyring to get the data from one filed to also be repeated in two other fields with different formatting...
View ArticleTable Headrow repeats itself improperly
Hello, THIS IS URGENT: It is been quite some time now, I am trying to sort out a problem I am facing with repeating headrow of a table. I have tried almost every forum in adobe, and a lot of google...
View ArticleTrusted Function Privelged File Folder
This Adobe publication http://helpx.adobe.com/acrobat/kb/user-javascript-changes-10-1.htmlsays place the Trusted Function .js file in (for MS Windows 7 & Acrobat X Pro):...
View ArticleChange the orientation of a page
I am in the process of creating an on-line application form for our organisation. All the pages (11 in total) are portrait except the last which needs to be landscape. Can you please help me and...
View ArticleCollecting data in an Excel spreadsheet
I have created a form that I want to host on an internal website. Now I want to collect the data entered into that form and record that data on an Excel spreadheet. Is there anywhere you can find...
View ArticleIs it possibile to add dynamic piechart on PDF form
Hi I am trying to create a calculation PDF form. This form is doing several calculation. I need to plot/draw/create pie chart based on the data entered on form. Is this is possibile using Adobe...
View ArticleFor Loop not acting correctly...
Hi everyone, I have this For Loop in JavaScript which is not working correctly and I really have no idea why it is acting like so... I don't if anyone has already encountered this issue and I'd like to...
View ArticleReplace a character in the string using JavaScript
Hello, I would like to ask for help. I have a field in the xml file, which contains a string, that is bound to a text box on the form. What would be the syntax to replace a special character in the...
View ArticleSaving forms
I created a form with Adobe LiveCycle Designer. But I can't save it while allowing the user to fill it and to register their informations.Should I buy Adobe Pro with Adobe LC to allow users to complete...
View ArticleUsing show/hide fields with dropdowns
The code below stores and shows data that is displayed in a display field based on what the user selects, and it works great, but I'm unsure how to integrate additional content into this framework....
View ArticleConverting forms from PureEdge to Adobe XFA/PDF.
We are trying to convert a series of eforms from PureEdge (xfdl) to Adobe XFA/PDF eforms.Does anyone know if there are any tools, utilities and/or plugins that could be useful to me?My searches have...
View ArticleSaving PDF Locally from Reader XI
I created a form with FLOWED content. I sent the form out to be tested and found out that in order for the user to save the form locally they would need Reader XI. We were able to upgrade one user to...
View ArticlePDF Size will increase in size dramatically with every submit.
I have a PDF Form desinged using Adobe LiveCycle Desinger ES2. It has a submit button which will submit the form to the server (IIS and ASP.NET) using this javascript command: event.target.submitForm(...
View ArticleHow do I access LiveCycle Designer from my Adobe Acrobat X Pro?
I am unable to access LifeCycle ES2 from my Adobe Acrobat X pro, even though I am supposed to have it as part of the software. I have tried Forms/Edit forms, and I have looked for it through all...
View ArticleCode/Action to Change Textbox Value Font Size
I have a form with textboxes in which the user types in information. Sometimes, the user will type in more information than can fit into the textbox. When this happens, I would like the textbox font...
View ArticleActions: difference between read only vs. user entered fields?
Hello, I've made two simple test forms. One works and the other doesn't and I think it's becasue of the state of a numeric field (read-only, user-enetred)? My two test files are here (they are dirt...
View Article