Hi All,I would like know that Adobe LC ES2 supports which type OS , browsers and Databases including Versions. I googled for some time ... but many times for ES only link that I got is :: http://www.adobe.com/ap/products/livecycle/systemreqs.html and http://www.adobe.com/ap/products/livecy...
I am trying to subtract Text11 from text 11.1 and total it in Text11.2, I have tried different Java and FromCals. PLEASE HELP!!!Also is there a way to add a button that is linked to the pencil tool on a form?
How to get rid of previously entered info that displays as a drop down choice in text box? The data I placed into the text boxes continually pops up as an option to select for the text box. How do I prevent previous data entries from showing up in the future?
Is it possible for a dropdown menu to load/change an entire form based on the selection of the dropdown menu. For example, at the top of my form I will have a dropdown menu with choices (1,2,3,4). Depending on what you select, each choice will load another form. So if I choose choice 1, a certain fo...
is it possible to reader extend a pdf form in designer?i did it in adobe acrobat pro trial version, via advanced/extend features in adobe reader but the form is not sending anything to my SOAP endpoint..it works fine when opening the pdf in adobe acrobat pro, but not in adobe acrobat reader.E
Is there a way to populate script events? I have a lot of text fields using the same script events. And I got trouble running the PDF file, it can't be open. I guess the scripts are so heavy to run. Any idea would helpEdigo
Hi,Ive got the below code on a fields (not the worktype dropdown list's field) and want to use a switch statement to combine a variable and this fields rawValue with the variable being combined depending on the rawValue of the dropdown list - (the code below is commented to clarify what im trying to...
Hi All,I have a form I have just completed, and it is one of those complex one. There is a field that is numeric, and should not accept less than 4 digits. I wrote the following code, but it doesn't seem to work, and I do not know why.if(SSN_SMg.rawValue > "" && SSN_SMg.length < 4){xfa.host.message...
HiIm trying to have my switch selections do a couple of things from one selection and am getting stuck on the correct syntax to usebelow is a code example of what i'm trying to do - but basically i need a selection case "2" say, to (1) set various fields values from variables (2) set the focus event...