I am getting this strange error when I try to import a Word file into LiveCycle Designer CS: Word (XP or higher) cannot be found on the machine. I am running LiveCycle Designer CS on a Dell Inspiron with Windows Vista (yuck) and Office 2007. Has anyone else gotten this message? Is there a known solu...
I'm very new to the business of creating interactive forms, having only just figured out how to get the script editor to appear.But to the point, I've created a form with twenty plus pages, each page contains an 'image field' for the end user to click on which allows them to submit a series of pictu...
Using LiveCycle 8, I am creating a form which has an image which will change when the user clicks the image object. I downloaded the trial of Acrobat Professional 8.0. In this version, instead of creating a form in Acrobat, it uses LiveCycle 8. In LiveCycle, there is no Image Button and the Static I...
I have spent several hours on this with no resolution and am hoping someone can help.I'm working on a form in LiveCycle 8. I'm trying to show/hide Field2 based on the value of Field1, but FormCalc seems not to recognize the value of Field1 as a number. This is the script that doesn't work:if (Field1...
LiveCycle Designer: 8.1HI,I am able to set the font weight for a particular TextField value in my form as follows.xfa.resolveNode("Message.Message.OfferLetter.OfferLetterHeader.CustomerName").font.weight = "bold";My question is, is it possible to set the font weight for part of a TextField value? e....
I try to use a validate event to prevent an empty string. So I used this little Formcalc script: (I prefer Javascript as well. Yet I felt it should be possible with Formcalc as well)<pre>if ($ == "") then 0;else 1;endif</pre>This validate event never returns 0 :-(Does anyone have an explanation for ...
How would I go about accessing the current XML data within a javascript initialize function?If i have an xml file:<fields> <AcctNm>Testing</AcctNm> <AcctNm>Testing2</AcctNm> <AcctNm>Testing3</AcctNm></fields>How would i get to the array containing these values while a javascript initialization funct...
OK..I am a noobie to the Designer process --- this is my first time putting a document together.I have a question:I have created a form in which I have a drop down list. However, there is only so much text that is "visible" in the form (there is no room to expand)As it will not wrpa around to a seco...
I am having a problem with some formcalc I'm working on. Please help.The form I've created is initially empty, and data is passed to it by an SAP NetWeaver system. I am passing delivery line items to the form. My form is structured like this:LineItems| HeaderRow| Items (this is a grouping, and each ...