I am creating a form in LiveCycle Designer 8. Currently the form is using multiple fonts. This interactive form is very large so going to every field and changing the font would take a very long time. Is there any feature that allows me to automatically change every font on the form to one font type...
I have a form for this law firm I work for and I'm trying to make it so it will take the inputed value of multiple fields from multiple pages and find the sum and then display it into another field. I know how to write the FormCalc for fields on one page but, I don't know how to write the script/val...
I am using LiveCycle Designer 7.0 for the sole purpose of having the ability to insert an image field on my documents. I have set up the image field so that an inserted image is scaled-to-fit and right-aligned. When I insert an image, it does insert scaled-to-fit; however, it is always centered. Whe...
In LiveCycle, I used to be able to preview my forms as a pdf, then one day I couldn't - no tab, not available on view menu and F5 does not work. Any idea how this option became unavailable? When I first noticed it a few months back I research the issue, but was unable to find a fix that worked. I've...
I'm trying to create a schema for a document and receive a "Cannot load schema. Check that the path and that the file is a valid XML Schema File" when attempting to create a data connection to the schema. The problem appears to relate to the manner in which the List Box is created - To illustrate th...
hi, hi,could someone tell me how to get return value of messageBox()? After failed testing with: if(xfa.host.messageBox(msg," Benutzerdaten Formular",2,2) == 3) {...}or: var ret = xfa.host.messageBox(msg," Benutzerdaten Formular",2,2); if(ret ==3){...}i dont find the way to solve this problem:(Readi...
Can the "current page number" data be reset within a form? My form is many pages long with approximately 10 sections. I'd like to use the "current page number" or a similar tool at the bottom of each page. But I need the pagination numbers to start back at 1 at the beginning of each section.As each ...
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 design form in adobe live cycle designer which interacts with web services.I use javascript coding to call a web service method. This web service method was written in asp.net(C#) which accepts string array as input parameter and returns a string as output.I am able to pass a simple strin...