Hi,Anyone experiencing issues with Designer ES2 after installing Acrobat X? Windows 7 32-bitLC Designer ES2Acrobat Pro XWhen designing a form I am getting an error when trying to browse a URL for an image object: I am about to do a reinstall, but just want to check first if there are any better solu...
HelloI have to set the readOnly property to some fileds DYNAMICALLY (i mean, until run time, i dont know Which fields are readOnly and which are not? .So, i want to replace the TextField1 dynamically with all the fileds in the below syntax. So, can i put some variable in the position of TextField1?...
When we click on date field, we see today's date. I wish when user will click on date field, they only see year at first time.How can I set a year as a default on pop-up date and after click I will get desired date?Please help......
How would I be able to fill in the whole row red when the check box is filled. i was able to figure it out for just the check box it self.if (this.rawValue == "1") {this.fillColor="255,0,0";}else {this.fillColor="255,255,255";}
Hi Everyone,I am quite new to Lifecycle and my background is not in programming so I hope you'll be gentle with me. I have designed a form that we use to send to our staff bank to hire contractors. I need to make a text field become visible from picking out certain entries on the drop list. e.g. If ...
In the 4th lesson making the flow chart for the employment application you get to the part about XPath, how do you launch it? Using the turnkey Linux trial and workbench 9.5 and can't find out how to launch the module.
Hello,(As i am very very beginner to Java SCRIPT, pls. no syntax errors pls pls)I am allowing the end-user to enter a specific number of characters in field (say, COUNTRY with max. chacratars is 3, like USA), so, i put some validation on VALIDATION PATTERN, working fine, but, say, user entered CANAD...
The problem...I have created an order form in Adobe LiveCycle Designer (pre-ES). The customer's requirements force us to merge their purchase order (a flat standard PDF) with the order form I have created to get the complete PDF to bill with. Previously we were using a form created in another soft...
Hi All,Moving from one development environment to the next is sometimes a real pain.Scenario:- I have three environments: DEV, QA & PROD- I have a livecycle designer pdf - FORM A - that has the following dataconnection: http://DEVserver:8080/....- When I move FORM A from DEV to QA, i need to update ...