Hi GroupCan someone please tell me what is wrong with the below? I am trying to set the XPath for saving a form using the Service Name: FileUtilsServiceService Operation: "Write Document"The below does not stall the process but it also does not save the file in the path? Any help appreciatedThanksPe...
I would like to know how it is possible to fill in a table using JavaScript. The table has varying rows and the data is based on certain field values. Since the table rows would all have the same name, I have been trying to use the resolveNode function but with no success.Thanks
Can someone give me the javascript to access the caption property of the test fields.Actually i've tried with 'TextField.caption' but it isn't working properly.Waiting for anyone to fix the problemThanks and RegardsShoaib
Many thanks for giving help for the following problems: 1. I got a designer form connecting to a database with a few thousand records. When it loops to save as new file for each record, the file size will get larger and larger. The first generated file is less than 200KB but the last is about 600KB....
How do I set up a text field in Acrobat 8.1.1/Livecycle Designer form that allows the end user to add working urls or hyperlinks when filling a dynamic form?The form needs to remain dynamic so it will automatically expand using more than one page if necessary.Our computers are Window based.
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...
I am using LiveCycle 7. I have a form we would like to put on our website for users to fill out on-line, print, and mail to us. We do not want the user to be able to save or modify the form, just fill out. Specifically, our IT dept deosn't want to support an old version if we update it, as some peop...
Is it possible to create a hyperlink (to a URL address) in Adobe Designer? I am attempting to create a button for readers to be directed to a website. I am doing this project on a Windows XP machine. (new to this program) Thanks for your help.
I am new to using LiveCycle Designer and have embedded some text fields in paragraphs which are dynamic and adjust but now I am having a hard time getting the text within the paragraph to adjust to the form field. Is there a way I can do this? Sorry if this is a simple question.
Using JDBC Query Single Row service on an Oracle database,I specify a SQL statement like this: select abc, to_char(aDate, 'MM/DD/YYYY') from xyz where def = 123then I click the "Parse Query" button to try to map the query results to my variables, but the mapping window gives me 3 fields instead of 2...