Expand my Community achievements bar.

Attention: Experience League Community will undergo scheduled maintenance on Tuesday, August 20th between 10-11 PM PDT. During this time, the Community and its content will not be accessible. We apologize for any inconvenience this may cause.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 11/28/07
    HiI'm not sure if this is a WorkSpace or WorkBench issue so please advise if in wrong forum.We have created a number of LC ES processes that require 2 'routes' out of the user service at a number of stages in the process.These routes are typically to 'Approve' or 'Reject' the form where if the form ...

    Views

    2.2K

    Likes

    0

    Replies

    10
  • 11/28/07
    I need to create a submit button that will send ONLY 5 chosen fields from the completed form. The entire form does not need to be submitted, just the chosen fields for an email verification that an application process has been started. What would be the javascript for this?

    Views

    471

    Likes

    0

    Replies

    1
  • 11/28/07
    I have a form that sums up the order quantity field. The order quantity field is inside a repeating subform, not in a table. I used the below code to do the grand total. It works.var fields = xfa.resolveNodes("ProductRow[*].OrderQuantity");var total = 0;for (var i=0; i <= fields.length-1; i++) {tota...

    Views

    533

    Likes

    0

    Replies

    2
  • 11/28/07
    Hi 1.In my process: a form is filled in.2.then data removed and put into new PDF(deferent template)3.user select option from drop down box (in new PDF)4 submits PDF5 new process start that see what option was selected.6 and does what needed for the optionmy problem is when user submits the second PD...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 11/28/07
    Hi all,When I try to use the receiveMail service I get an NoSuchProviderException (no provider for pop3s). I am using the same settings as I am using for some of my email endpoints and these seem to work out fine, however with receiveEmail it does not work.java.lang.RuntimeException: javax.mail.NoSu...

    Views

    1.3K

    Likes

    0

    Replies

    8
  • 11/28/07
    Hi all,I have been trying to use the executeScript service for ES, however the help documentation does not seem to be accurate. Does anyone know how I can access process variables and other interesting stuff using the executeScript service?SincerelyKim Christensen

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 11/27/07
    I have an existing PDF document that I want to import into LiveCycle. I've been selecting the option "Create an Interactive Form with Fixed Pages" when doing the import.This looks great and would meet my needs, but then I need to add a text field to the footer for every page that I can populate via ...

    Views

    389

    Likes

    0

    Replies

    0
  • 11/27/07
    I have my server working and I can compile flex apps in thebrowser but everytime I try to access a java method using remoteobject calls, I get send failed error, and looking in the serverlog it tells me that my java file could not be found, I haveconfigured my remoting-config.xml file and gave it th...

    Views

    490

    Likes

    0

    Replies

    1
  • 11/27/07
    We have a form(XDP file)desinged using Adobe Designer 7.0 in which elements are bound to an xml file. We have an Image field on the form, the source of the field is a URL. Image is displayed when the form is viewed using Adobe Reader 7.0 . It is blocked when viewed using Adobe Reader 8.x. Is there a...

    Views

    532

    Likes

    0

    Replies

    1
  • 11/27/07
    Hello,I'm trying to add some instances of a subform.Therefor I added the Instance Control Button to my form.I customized it to my form and tested it. But when I click the Button, nothing happened. After 5 times, a message opened, that I have reached the limit of instances. But no instance is visible...

    Views

    1.5K

    Likes

    0

    Replies

    3