Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 11/4/08
    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!.

    Views

    741

    Likes

    0

    Replies

    3
  • 11/4/08
    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...

    Views

    2.2K

    Likes

    0

    Replies

    3
  • 11/4/08
    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!

    Views

    712

    Likes

    0

    Replies

    5
  • 11/4/08
    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...

    Views

    1.4K

    Likes

    0

    Replies

    7
  • 11/4/08
    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 ...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 11/4/08
    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...

    Views

    377

    Likes

    0

    Replies

    0
  • 11/4/08
    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

    Views

    812

    Likes

    0

    Replies

    0
  • 11/3/08
    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...

    Views

    730

    Likes

    0

    Replies

    1
  • 11/3/08
    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?

    Views

    412

    Likes

    0

    Replies

    1
  • 11/3/08
    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...

    Views

    602

    Likes

    0

    Replies

    3