Hi... I'm trying to format a numeric field in LiveCycle designer using six digit and allowing zero's "000000"… I went to patterns for setting the format, unfortunately I couldn't know how figure it out? I’ve tried this pattern: null{}|zero{000000}|num.integer{} It didn’t work! what actually I’m look...
We have a form with a Primary subform and a Repeating Dependent subform.The repeating subform has a min count of 0 (which clears out), max = 5 and a init of 1.We have reader extended the forms so you can save.When we click "Add Dep" (so there is 2) and save. Close REader. Reopen reader, the form has...
Hey everyone, yesterday I started working with Acrobat 9 Pro and LiveDesigner ES. I created a PDF Form that connects to our SQL database on the intranet server and pulls from a table. Whenever I open the PDF file in LiveDesigner, I get the message "Connection Source failed because the environment is...
Hi,I have created a pdf form with drop down boxes with Y/N and Mobile/Home/Work phone numbers. When I go to export them to Excel it will mess up the data to look almost like a set of stairs. When I don't include the drop down boxes and export it to Excel, the data looks nice and neat, contained in o...
Hello,I am a javascript novice looking to write code that is somewhat over my head. I have some understanding of if, else statements - and not much else.My form is organized similar to this with radiobuttons:1: Yes/No A: t,u,v2: Yes/No B: w,x,y3: Yes/NoI have been able to script so that if 1 is yes,...
Sorry if this seems like a silly question, but I've been struggling with it for a bit and I'm new to Adobe/JavaScript.I am building a static form (it must be static), and I want to have text appear/disapear based on an event trigger (mouseclick). I tried creating a floating text object inside of a s...
I have created a from in LiveCycle ES. It is a dynamic form with expandable fields. One field is a report body field that is a text field that is set to flow. It works good however when the form expands to 15 or more pages it really begins to lag. You can type and then you have to wait for the text ...
Hi,I have a requirement of showing a particular fiels data to only one user and to hide that critical data to others. For example, suppose I have two users viz, Primary user and Secondary user. I have a field named UID in my protected pdf form which has some critical data. I want only my Primary use...
HI, I have a problem with a form in LiveCycle Designer.I need to know how can I populate a field, after selecting a specific item in a drop down list, using Java Script.Thanks for your support
Hello thereIs there a way to react to the input of a new character into a textBox?I am creating a dynamic XML form using Designer 8.2.If you add code to the change event, the rawValue property contains the value of the field before the latest character was entered.I have also tried using a timer, wh...