How to use Folder level script to attach file in Reader
I am having Interactive pdf form (XFA based) want to get filled by User in Adobe Reader. There is also functionality of file attachments and Form data submission to web service.importDataObject for...
View ArticleHELP!! How do I create hyperlink in a text field?
Hi! I've been going through the message boards and I am not finding my answer. I have created a form utilizing LiveCycle. I have made the form so that it can be fillable via Reader Extended PDF. I...
View ArticleAdding a extra master page
Hi All, I am tring to design a form which dynamically grows with data, i have two master pages, one master page for just page 1(i have a special box which should only show on page 1) , and the other...
View ArticleDate Validation
How do i restrict user from entering specific dates. Eg. Date of death= cannot be current date.
View ArticleFormat error fields
Hello people, I need your help, when performed by livecycle form, I can see the pdf perfectly, when I open Adobe reader, I see perfectly, but if I visualize other PDF reader attached gives me the...
View ArticleForms
I recently created a form using LiveCycle. I needed my users to be able to imput their data and save the forms so that they could go back to them and continue working. I followed the proceedures for...
View Article"Submit cancelled" error
Can someone please help me figure out why I keep getting a "Submit Cancelled" error when clicking the Submit button (Master Page)? After the preSubmit script verifies that required fields (first page...
View ArticleIs it possible to sum a column in a repeating sub form based on the value in...
Hello-- I have a form with with a dynamic subform that the user can add lines to with a button.Within each line of the repeating subform is a dropdown named category and a numeric box named...
View ArticleHidden Subform issue
I am using the following function to populate an error subform in a form. It's works the way it should except when there are no errors (errMsg.length === 0). Changing the ErrorsField presence to...
View ArticleUsing Formcalc to calculate Days between Dates
Can anyone give me a simple FormCalc script in which an end date is subtracted from a start date and the result is expressed in number of days? I'm using LiveCycle Designer ES (not ES2). Thank you!
View ArticleHow do I print .pdf documents with reader for windows 8?
I have Reader for windows 8. How can I print .pdf documents with it?
View ArticleMac version of LiveCycle Designer?
I'm sorry, I know this has been asked before but I can't find a straight answer. Is there a Mac version of LiveCycle Designer? Our office is upgrading to CS5 Design Premium. If we buy the Mac version,...
View ArticleForm Size with one text field 442kb
I started work on a new version of a three page dynamic form because the old version was 1,537kb. After setting up my new blank master pages (3), I placed a text field on the blank "cover page"....
View ArticleCustom Save Button
I'm currently using LiveCycle Designer ES8.2 to create a daily log type form for my agency. This form will be filled out each day and then saved locally. I want to take any guesswork out fo the...
View ArticleProblem with non-interactive email function.
Guy's, I've created an interactive form in Livecycle Designer ES2. The purpose of this is for the setup of IT access for my company's staff. As I need the form to be sent to different recipients when...
View ArticleCompare multiple drop-down list selections then display message
Drop-Down List Hello, I am building a dynamic form in LiveCycle designer; I am looking for ideas on how to compare multiple drop-down list selections. I have 1 table with 28 rows each row has a...
View ArticleAuto bullets in multiline text box
Hi,I have found a script to add bullets on pressing Enter key in a multiline text box http://forums.adobe.com/message/1359280#1359280 But the scripts outputs as:**** Some text***Some Text**Some Text*...
View ArticleSaving a PDF with attached docs
Hi, I used Lifecycle Designer to create three buttons ("Add File", "Open File" and "Remove File"). The Add File button has the following code:var myDoc = event.target;var sFile =...
View Articleerror I can't figure out
Hello, I have this script in a submit button: //Create a variable to hold the document objectvar oDoc = event.target; oDoc.mailDoc({bUI: true,cTo: heading.system.rawValue,cCc: "",cSubject:...
View Articlehelp with some basic 'sum' script with 'if'
hi,i need to create a 'sum' field that will calculte fieldA*fieldB*fieldC.fieldA and fieldB are regular numeric fields so sum (fieldA*fieldB) works just fine.what i need is fieldC to be a radio button,...
View Article