JAWS read unchecked checkbox as "checked"
Hi, I am developing a form based PDF for user who are blind or low vision. In my page in some questions there are multiple choices and if user checks "None" option then I am programatically unchecking...
View ArticleAnother tabbing question...
I have another tabbing question that's driving me crazy. In this picture. I can't seem to make the highlighted field be 9th in the tabbing. No matter what I do, it stay 35 and I cannot figure out why....
View ArticlePage level locking vs Field level locking
In my application, I have a page with some fields and a button. 1.Per requirement I need to lock each and every field present on this page. However, button should not get locked as this has script...
View ArticleHow can the background of a listbox be set to non transparency
Good morning all. I have a couple of listboxes on a form I am working on, and it works perfectly, however, each time it opens up, it is so transparent that you see other objects on the form through the...
View ArticleAbode Reader Version - is there a way to check what version the user is using?
If I am concerned about what version of Abode Reader a user has then I know that I can put up a message box saying "You must be at version XX" or something like that. Does anyone know if their is a...
View ArticleError: "Unrecognized namespace XFA 3.0, defaulting to XFA 2.8"
Hi, I receive this message when I am working in LiveCycle Designer ES3 and I go to the "Preview PDF" section. I also receive it when I close LiveCycle and open my form in Adobe Reader. I click "OK"...
View Articleautomatically fill in fields on form
I have a standard pdf form created in LiveCycle and I want to be able to automically fill in fields when data is provided. I've heard if i provide xml data in the right format and send it to livecycle...
View ArticleIs there a way users can highlight filled-in text?
I had a user ask about a way to highlight their filled in information. They fill-in Repair Estimates and when they have a special changes they were needing to highlight text they have filled in. Or...
View ArticleCan I open LiveCycle created form on a Blackberry?
I created a form in LiveCycle with expandable fields and other lovely features now our VP is saying he can't open it on his Blackberry. This is a disaster.Is there any way to get this to work?
View ArticleUsing checkboxes to auto-populate forms
I'm creating forms for use in a clinical office which has multiple addresses and multiple practitioners. For several of these forms, the address of the office needs to be present in several locations....
View ArticleSave As with suggested file name and folder
I would like the user to be able to press a save button on the pdf and the "Save As dialogue box" pops up pre-populated with a file name and location choosen. The user can then choose to name the file...
View ArticleEnabling Reader Extended features corrupts dynamic form
I have a very frustrating issue with a form I'm creating. It's a dynamic form that has the ability to add instances and optional sections:...
View ArticleShow/hide subforms with Radio Buttons
I am trying to show a subform when a radio button is clicked. Here is the code I am using: if (this.rawValue = 1){DEXA.presence = "visible";} else { DEXA.presence = "hidden"; } if (this.rawValue =...
View ArticleLooping through variable instances
Hi All. Noob.Person1[Scott] needs a bit of syntax help. What's the correct way to handle the "l" and "f" variables in the loop below? It doesn't like the f(i) business. if...
View ArticleForm takes up to 2 minutes to open - why??
I'm a fairly new user to LiveCycle. I created a performance appraisal review form in LiveCycle v9.0, yet it takes almost 2 minutes to open. The files size is showing only 333KB. Other forms I've...
View ArticleIs there a way in LiveCycle to hyperlink to a location in the same PDF...
Is there a way in LiveCycle ES to create a hyperlink to a location in the same PDF without using XFA ? I need to be able to mimic the gotoNamedDest that is available on non-XFA documents which allows...
View ArticleCustom Alerts
Hi There, I have a script that checks if a subform is visible. If it is visible then a text field becomes required. That part works fine now. When prompting the user I want a custom message to be...
View ArticleLC XFA Forms & iPads
Hello, I have been using ES2 LC Designer to create XFA forms. More users want to use iPads to open these forms. I understand forms created on ES2 are not compatible with iPads. I also understand...
View ArticleHow to Allow the End User to Save a Form
How do I allow an end user to save form after they've filled it out? I understand this can be accomplished using the distribute function where you email the form to people. We don't want to do that. We...
View ArticleHow to stop validation?
Hi everyone, I have a form with custom validation. If the user checks a box a subform becomes visible. Only when that subform is visible a couple of its fields should be treated a required. I was able...
View Article