Hi I am working on form which has a drop down box with 3 different values.Different textfield Item have to appear on the page according to the value selected in dropdown list.Problem is that I have to select each value from the dropdown list TWICE to make the corresponding textfield Item appear on t...
I'm putting together an evaluation form, where the user ranks each statement between one and ten. Is there a more elegant way than using dropdowns or a set 10 radio buttons to present it?Is there a slider of some sort (like the volume control on your pc) or a spinner (such as the one in Excel) that ...
I've got an urgent problem with Adobe LiveCycle Designer and I really could use some help. The problem is that I'm trying to get my textfield expandable, but whatever I try, it's not working. What I'm trying to get done is that you can fill in a textfield, and when there is more text than the size o...
Hi all, what im doing now is im trying to create a database connection my my MS SQL 2005 database. I created a data source and went to my Adobe Lifecycle Designer 7.1, i created a new data connection, selected OLEDB and created the connection string using the build function.Ok, now the problem is, a...
Hi,I am designing a form where I have some multi-line text fields where I only want the user to be able to enter a maximum of say 5 lines. I know I could do this by enabling the "Limit Length to Visible Area" option, however, this option is ignored by Reader 7 and the field scrolls, hiding any text ...
Hi, I've got a dynamic table where rows can be added by the user, in each row there's a checkbox cell. At the end of the table there's a "fixed" row where I have to count the number of the checked dynamic rows. How can I do that?Thanks for your help.Pascal.
I had been searching and searching and have not found one thing for the novice user to figure how to accomplish this. I know its possible using php scripts can someone enlighten me on some samples of how to do this or maybe a sample script or two, The PDF form has 41 fields that have to be inserted ...
Hi all,I am working on a process that needs to be implemented in an invironment where the users do not understand English. How can I change the language in the entire Workspace from English to another language. I guess there is no translation to Danish (which is the language I need), however in that...
I am getting some requests to make some forms in LiveCycle Designer in Japanese. I wonder what font or fonts to use. Do I use something that came with the Japanese font pack?Does anyone have any samples of Japanese or Korean or Chinese forms I can look at that were done in LiveCycle Designer?StevenD
Hi,I am want to limit a numeric field to 4 leading digits and only 2 trailing digits, example 1,234.59. I have set this pattern up in the Display pattern: num{z,zz9.99}|num{z,zz9.zz}|num.currency{}.The problem is if the user enters less than 4 leading digits, s/he can enter more than 2 decimal place...