Adding/Populating Subforms from SQL Table Records
Hello, I have a form I produced on LiveCycle Designer ES2. I don't have a LiveCycle Server product. I am learning how to code using LiveCycle. The form has a subform ("Contactssubform") with the...
View ArticleHow to reset a subform to it's initial state ?
Hi, I've been searching all over the forum for an answer to my question, but I couldn't find anything... So basically, what I want to do is reset just a part of my form (I even want to reset the...
View ArticleLooking for help with repeating table rows and subform
I’m hoping someone might be able to help me figure out how to accomplish some things with a repeating table subform in a form I’m building. I’ve attached the file here....
View ArticleNeed field to be read only once saved...
I have altered the current date field to create a unique ID for a form. What I need it to do is to become READ ONLY once the user clicks the Submit button. Below is my current FormCalc code $.rawValue...
View ArticleIncrementing numbered bullets
I'm looking for script that can do the following in addtion to hope that Adobe develops a means to allow for bulleting without writing script.A flat PDF will be created after data is rendered with a...
View ArticleTrouble with Export jamming when trying to export from LiveCycle Response...
I'm having trouble exporting my files that are in my Adobe LiveCycle response folder into Excel. It jams up and won't ever complete the export process. I have tried exporting the files individually....
View ArticleLiveCycle Form Email a PDF with modified Body (GER)
HalloHabe ein Problem beim senden einer Mail mithilfe eines Buttons in Adobe LiveCycle Designer. Ich möchte bei click eine Mail abschicken welche es mir ermöglicht das PDF anzuhängen + den Body und den...
View ArticleHow do you add a Day to a Date Referenced from another field
I tried this and all of the other Date Calcs in the other posts but can't get it to work. The field (Read Only Text or Calculated Date field:var...
View Articlejavascript for conditional formatting of table row
I have a table on one of my Livecycle forms which has rows that need to be conditionally formatted. A calculation involving the values of two of the cells should determine the background color of the...
View ArticlePDF binding to MySQL databse - how is it done?
How can I bind data entered in to a Dynamic PDF form to reside in a MySQL database. I seem not able to build a connection.So here are the steps I follow: Binding / New Connection / Name: testdata ;...
View ArticleCalculate two values (SAP HRFORMS)
Dear All,I need held calculating two values within HRFOMS. I would like to have a screenfield with the value of the current page Therefore i got a global variable G_total_pagecount and i have the...
View ArticleCalculate Difference in Days Between two Dates
Hi, I'm trying to figure out how to calculate the difference in days between two dates using JavaScript in LiveCycle. (JavaScript knowledge = minimal) Where "Start_Date" and "Current_Date" are the...
View ArticleCompleted PDF returned blank? Form not filled out using MAC.
We have created a number of forms in LiveCycle. The submit button returns the form as a PDF and usage rights are enabled. They have been working well for a couple of years. We did encounter the...
View ArticleChanging Livecycle form to an Acroform. This needs to work..
Okay when I asked my managers to purchase the software, I must have misunderstood LiveCycle capabilities cause I would not have purchased Acrobat Pro if I wasnt able to do this..and this is bad. At a...
View ArticleNeed to extract PDF form answers into an XML file
Hi Adobe gurus,we have a requirement like this. We have a Time Tracking and Project Monitoring System whose DB is a Oracle 10g R2. We want to automate our ''Meeting Minute'' processing. 1. The project...
View ArticleAdobe LiveCycle Date/Time Field Scripting Question
I have a date/time field in Livecycle which the end user chooses a random date from. I need to populate a date 180 days from this date for an eligible to date/time field. I have tried various...
View ArticleUnable to view pdf created in Live Cycle Designer ES2-initially thought to be...
Unable to view pdf created in Live Cycle Designer ES2. I initially thought this was a user / OS issue when I created a document for someone who is new to a MAC laptop. She could not view the document...
View ArticleCC Shows as null value and required field validation
Hi all, I am using the following script attached to a button on my form: var cToAddr = "gmdon@rogers.com";var cCCAddr = Email1.rawValue;var cBenAddr = Email2.rawValue; if(cBenAddr != "") cCCAddr += ";"...
View ArticleHyperLink / Label / Text OnClick Alert(Pop-Up Message)
Hi everyone, I'd like to know if someone knows if it is possible to have a messageBox or alert pop-up to show when someone gets to click on a hyperlink / label in Acrobat. I have a block of text, which...
View ArticleException in XMLFormService org.omg.CORBA.COMM_FAILURE
Hi I am trying to use the FormService from ES2 using servlet / JSP (java/EJB) client to invoke it. I see following exception. I observed that if the xml data passed is reduced in size then I don't...
View Article