Can anybody suggest why the following function isn't working? addItem doesn't seem to accept "i" as an argument.function dropdownRange(dropdown,start,end,increment) {for (var i = start; i < end; i+=increment) { dropdown.addItem(i);}}I'm am calling the function from a radio group change event tha...
I'd love to hear some feedback. How well does it work? Can we really get rid of our headsets? Is half-duplex mode enough or do we need to run it full-duplex for it to be usable?
Hi,I am trying to assemble PDF's which are located in a network folder..<?xml version="1.0"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"> <PDF result="PDFA.pdf"> <PDF source="\\w2msmossmgn02\SharedFolder\PID_APR_P111556.pdf"/> <PDF source="\\w2msmossmgn02\SharedFolder\PID_P111556...
A pdf template was created using adobe livecycle, then the final pdf is created using pdfMerger. Is there a way to invoke the print dialog as soon as the pdf is open? Is there any javascript thate needs to be used?
Hi, can anyone just cast an eye over this script to see why the pages aren't appearing as I cannot see why it shouldn't work.form1.DropDownList161::exit - (JavaScript, client)if (this.rawValue=="Transfer"){ Page1.presence = "visible"; Page2.presence = "visible"; Page3.presence = "hidden"; ...
Hi All,I have a dynamic form. When i pass it through my process comprising of export data activity. the resultant xml is as follows:<?xml version="1.0" encoding="UTF-8"?><xfa:datasets xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><xfa:data xfa:dataNode="dataGroup"/></xfa:datasets>The form wher...
I originally stuck this at the end of an old thread - http://forums.adobe.com/thread/652721 - but doubt people will see it there.I've only just started looking into putting data into a database from my forms & have had the "not trusted" issue when attempting to load the data into a database.I was ab...
Since with 10.2 or below flash player releases, we can't really use the LCCS audio/video chat, is there a way to detect if the user has a headset. I am sure all the geeks out here(all of us) know we need a headset but the normal user does not!! I wanted to show a message or mute the speaker and mic ...
I have installed LiveCycle in JBOSS and I have developed an application using ASP.NET (C#) to allow PDF Form upload and extract the PDF Form data into XML.My program runs OK under VS 2008 debugging mode but when I tried to deploy the program into IIS. It has the following problem."The URI prefix is ...
We are using the php library to create authentication token. We have 20 different rooms but we use one developer/LCCS account. For weeks every time we get the authentication toke from php code, it is the same. Recently it changed. I could not find any documentation on this. Shouldn't I get a differ...