Hi,I tried following the steps in http://help.adobe.com/en_US/LiveCycleDataServicesES/3.1/Installing/lcds31_install.html#JBossHere we're using OpenSuse with JBoss 4.2.1. So I extracted lcds-samples.war to /opt/jboss/server/lc_mysql/deploy/lcds-samples.war/ then restarted JBoss. But there are errors...
There is a text field with value "type your name". When click in text field, value will be automatically removed. One types "Adobe" and then click out side. If one wishes again type "cycle" after "Adobe" (not remove Adobe or retype "adobe")Is it possible? How can I get it?
There are two text fields. If I write "live" in text field1 , text field2 will show "live cycle" .Again If I write "Adobe" in text field1 , text field2 will show "Adobe cycle" .So, text field always show "text field1 + cycle". What is the code for this?
I created a new form that spans over 2 pages and saved it as a dynamic PDF. I'm trying to allow for the text fields to expand as the user types beyond the intial size of the field. The field is set to "Expand to Fit". I have several sections of the form all separated by text headings. I have tried t...
I have a table that automatically numbers each added row of data. Unfortunately, if a row is deleted, the numbering is skewed. Here is the script I use: form1.MinutesTable.Row1.Index::initialize - (JavaScript, client)this.rawValue = this.parent.index + 1If anyone knows why this is happening and wha...
Hi,I am trying to control the presence of a few iamges based on the value of a dropdown list. However, I can't seem to get it to work. i have the document saved as dynamic and have the following code in the dropdown list's intialize and exit events:if (this.rawValue == "A"){ topmostSubform.Page1.Ima...
I have installed LiveCycle ES2 Rights Management and Extesion for Micorsoft office.I can create a policy with user 'x' which gives rights to 'Document Publisher' .Once document is secured using Micorsoft word I can open same document by passing user credentials for user 'x'.However while creating po...
Hello,I wonder if it is possible to get the event name of a field like:(form.pag1.mytextfield::enter - JavaScript, client)var eventname = this.MagicJSfunction();It is sure possible to get the current Event-Name with:(form.pag1.mytextfield::enter - JavaScript, client)var eventname = event.name; It is...
Hi I wanted to understand if it is possible to integrate Adobe Reader Extension Server (ARES) with a 3rd Party Solution which does not have the capability to generate a PDF document which can be Filled up and Saved locally and /or transmitted using eFax or email?Will this kind of an integration lend...
I would like to limit the filesize of pictures what users can add in my formular. Is there any possibility to do this?Problem is that the answers are very large sometimes ant take several minutes to download.