Can anyone explain and offer a solution to my table header continuation problem? My table is set to allow additional rows with add/delete buttons. In the Accessibility tab, its role is marked as "header row". In Object>Pagination tab, both "Include header in initial & subsequent pages" are checked. ...
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 th...
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...
Can someone help me please?! I can't seem to find anyone that can. I have CS3 and everytime I open forms this happens. I have uninstalled and reinstalled it 4 different times-still continues... I get this ERROR: Adobe LiveCycle Designer has encountered a problem and needs to close. We are sorry for ...
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, 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.
Hello,can you please give me any idea how to force LiveCycle ES to display any footer only on the last page of a dynamic form? I can write a short script which would check if the dynamically generated page of the report is the last one or not, but how can I do it in a Form design? If I create a foot...
Hi,I have a 5 page PDF form. I need to save this 5 page form as 5 seperate PDFs. Each PDF will be of one page from the original form. So i need to split the 5 page original PDF into 5 seperate single page PDF. I need to do this as part of my workflow. Please help.
I have a field set up as a number. The number is an integer, 9 characters in length. I don't want any commas. I have tried setting the various formats for this field but whenever I enter a number, designer adds the commas as I exit the field. Is there a simple solution to eliminate the commas, or pr...
Hi, Im trying to create a field that users can only enter number. If they enter text, an error message should pop up. I can't seem to get it to work although i got the error message to show when users enter text. However, im not sure what i need to put in the "validation pattern" box. Should it be 9...