Hello,I'd like to appolgize in advance if my question is not clear enough.I'm deploying the LiveCycle ES on WebSphere on a remote Linux server, connecting to Oracle 11g database and I can successfully access the LiveCycle console.I'm facing a problem deploying the LiveCycle components (jar files), a...
I am not sure if this is the right section to report this issue.I got report from SAP Staff. Following are the detials.Error is thrown when trying to display PDF From in SAP R/3.The error is:Call contained error(s). ADS (2Invalid HTTP Connection: ADS)Message no. FPRUNX003.Any idea what is the proble...
Is there a way to restrict a number field to a positive value?For example; a-b=c where both a and b have to be positive numbers and c cannot be less than 0.K
Hello,I am creating a process in workbench which will take a logged in users id, call a web service to get account information, and then prefill and render a form based on the resultant data. The webservice is an external SOAP webservice, and I am unsure of how to specify a variable as an input to t...
i have a form which consists of several checkboxes and text or numeric fields. i want checkboxes to control the visibility of the other fields. i use the following script: ygh.#subform[0].checkBox1::change - (JavaScript, client)if(this.rawValue==0) numericField2.presence="invisible";else numericFi...
Dear all,First, I remember reading some posts on solving bugs with LC Designer by removing lines :<?templateDesigner StyleID aped0?><?templateDesigner StyleID aped3?>I found my dynamic pdf when saved as xdp, got a hundred of above lines, should I remove it for better performance?--------------------...
Hi everyone,I used LiveCycle Designer ES for the first time to make a fillable PDF form. The form works splendidly, but the users wish to insert PDF pages to the end of the form before submitting (using Acrobat).I can't figure out how to allow this to happen.I open the form I made in Acrobat 9.0 an...
I have a form where I have a total calculation field. When I add an instance in the form everything below that instance is no longer calculated. Please help.K
I got a very simple question. I am building a chat web app that allows only 5 people at a time in a room using Player 10 API for Flex. Now, I'm having a problem displaying webcams of everyone who is logged in. Only one (my) camera shows up. How can I show everyone's camera?