Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 8/20/10
    Hello,I am scanning an ID on PDF form and i just want to know if there is a way to join a text or a photo from page two to page one then i'll have one page that contain the informations of the two pages scanned. Can anyone help me? thank u in advance.

    Views

    478

    Likes

    0

    Replies

    0
  • 8/20/10
    The filler may enter the textfield then type something and revert it back,any command that can simply detect a field's value has been changed on it's exit event?

    Views

    807

    Likes

    0

    Replies

    3
  • 8/20/10
    Hello,I am using Flex 4 with LCDS 3. I am having problems with properly handlingexceptions.I have a simple commit service like;var commitToken:AsyncToken =_serviceName.serviceControl.commit(); // Commit the change.commitToken.addResponder(new AsyncResponder(function (event:ResultEvent,token:Object=n...

    Views

    726

    Likes

    0

    Replies

    0
  • 8/19/10
    Hello All,I am submitting the form data to server using HTTP submit button. I am stuck in a weird situtation:When I fill the form and click submit and my Firefox is open than I get this error "An Error Occurred during Submit Process. Cannot Process content of type text/html". However the data get su...

    Views

    3.6K

    Likes

    0

    Replies

    1
  • 8/19/10
    HiI have two drop downs.  The second is populated (via an array) based on the choice of the first drop down.  What I would like to happen is that when the first drop down is chosen, the second drop down displays a default value that the user can change if they want one of the other choices. It is a ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 8/19/10
    I am having some difficulty returning values checked for null.The Javascript function is Calculate and my code is as follows:if (xfa.resolveNode("INPUT.Vehicle.Row[0].Vehicle-Year").rawValue != null) {(xfa.resolveNode("INPUT.Vehicle.Row[0].Vehicle-Year").rawValue + " ");} else {}+if (xfa.resolveNode...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 8/19/10
    In 8.2.1.3, how can a form be retrieved from a stalled or running process by the admin?  I know a user who participated can retrieve a form from the audit of the workflow, but how can the admin retrieve a form?

    Views

    718

    Likes

    0

    Replies

    1
  • 8/19/10
    I am currently working on an order form that has multiple items, each in their own sub form.  I am using the following script in the layout:ready function on my total box.  The problem I am having is it is only adding up the totals from the first page of the form, and not recognizing the totals from...

    Views

    631

    Likes

    0

    Replies

    2
  • 8/19/10
    I would like to submit my form data (LiveCycle Designer 8) using a button that both fires off the print action and the http submit action.I have a button programmed to print (xfa.host.print(1, "1", (xfa.host.numPages -1).toString(), 0, 1, 0, 0, 0) but I can not figure out how to code the submit acti...

    Views

    487

    Likes

    0

    Replies

    1
  • 8/19/10
    We would like to use the choice subform set to display different subforms based on whether a hasScore value is set to YES or NO.  This will be done repeatedly in the form so we want to try and map all the choice subform sets that use the hasScore value to the same data instance in our XML.  When I a...

    Views

    2.8K

    Likes

    0

    Replies

    6