Hello,I've created a simple form and I would like to use a button to submit both the XML and PDF files. Is there such an option ? or any workaround? currently the submit function allow to select XML or PDF but not both.Any idea will be appriciated.ThanksAmi
"Cocomo’s hosted services infrastructure comprisesservers supporting RTMP and RTMFP that are hosted and managed byAdobe. Cocomo enables both UDP-based direct peer-to-peercommunication between multiple clients and TCP-based client-servercommunication for applications built using the Cocomo framework ...
Hi,again, I need a little help. I have created a table with say 6 rows. Now, when the 6th row is filled, pressing TAB results in the cursor going to the first row. What I really want, is that a new row is added and the cursor going in the new row. Any ideas? Thanks for your help!Regards,Erik
Installed Java 1.5 SE (jdk-1_5_0_16-windows-amd64.exe) then set JAVA_HOME in system variable and set path to JAVA_HOME\bin etc.During the Turnkey installation process in the LC Configuration Manager screen, process gets stuck with ACL-LCM-999-032 error.Log from Configuration Manager is below:Also I ...
Hi everyone, I would like to clean up my main mxml file sinceit'sgetting farely big. Is there an "include" command that willallow me tosplit up my MXML code in several MXML files. Something likethe PHPINCLUDE command?Thanks.
Is there a way in LiveCycle to add different configuration views -- like the "Exploded View" in Adobe 3D Reviewer for engineering drawings (i.e.: CAD, etc.) -- to a 3D PDF generated by a Workbench process?
Hi all,I've got a complex form with many different pages (17 so far) and I'm using visible/hidden to change the layout so only 1 page appears at a time.What I want to do is have a better check for what mandatory fields have not been filled out in my form. The submit buttons checks that all of the ma...
Hello I have a problem that I want to initiate a process by TaskManager endpoint with some prepopulated values come from database.Can anybody give me any kind of solution of this problem.Thanks
Hi ThereI am in desperate need of some help here! I have created a very simple two-page interactive form in LiveCycle Designer. It works absolutely fine when I test it myself, but when I send it to a co-worker half the data (page one) is missing. I've tried everything I can think of (such as sending...
i am trying to display an error message if a customer is over 18----- topmostSubform.Page1.dob::exit: - (FormCalc, client) ---------------//todays datevar today = num2date(date(), DateFmt(1))//difference between today and date of birth 'dob'var diff = today - Date2Num(dob.rawValue, "DD/MM/YYYY")//is...