I need know how to install LC 8.x on a cluster with two nodes.I read the adobe "manual" for this, but only explains the preinstall requeriment, but not the steps to do this.Anybody can help me?Thanks!.
Hi,I'm running lcds on Jboss.I'm trying to add an object on the server and push it to the client using the DataServiceTransaction class.I do so by writing these lines:DataServiceTransaction dataTrans = DataServiceTransaction.begin(false);dataTrans.createItem(destinatin name, createItem);dataTrans.co...
Hey,I allow to dynamically add items to a listbox then want to check ifit's empty. I want to know if there's something similar to:if ((ac.rawValue == null) || (ac.rawValue == "")){ xfa.host.messageBox("Please fill out all the fields"); }Thanks!
Hi all,I have encountered a problem with RE on Explorer. the problem is when I log in to http://server:8080/ReaderExtensionsand choose the form and the extensions to extend the form with, when I click "Apply" the next screen comes up but the "Downloading" flashing screen keeps "moving" without showi...
Hi all,I am not a Designer expert, so please bare with me if this is a stupid question.I want to close the form after I have submitted the data and I want to do it with a normal submit button on the form. Is this possible, or is it at all possible to close a form (or Reader/Acrobat in general) from ...
Hi, I am facing problem with data coming late by remoteobject. the sample code is- [Bindable]public var isRelationExist:Boolean = false; private var remoteLoginObject : RemoteObject = newRemoteObject();//some codepublic function setCurrentNode(value:Node):void { remoteLoginObject.destination = "No...
Hi,I get this errorInbox account is used by the other endpoint. Each endpoint must have different Inbox account, if I want to configure another endpoint with the same inbox.I get this error even when the first endpoint is inactive.Any ideas why?regardsJohannes
AllI was wondering if somebody would be able to clear up how one would go about adding attachments to a form. To be clear, I would like to take existing Workspace attachments (added via the "Attachments" tab in Workspace) from my List of Documents and stick those attachments in the form instead.Than...
We have a drop down list box that includes an other option to allow the user to enter their own value. Is there a way to limit the number of characters they are allowed to enter?
I need to check if a textbox in my form containes special characters (entered by user). If there are any, I need to display an error message.I have written a function but it's not working.here's my function:function checkForSpecialChracters(oFiled){ var userInput = oFiled.rawValue; // take the Strin...