Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/21/09
    Hi ,I am trying to generate a proxy for Assemblerservice using wsdl from Visual Studio 2005 command promtby following the instructions inhttp://help.adobe.com/en_US/livecycle/9.0/programLC/help/000499.htmlwsdl http://<<server>>:8080/soap/services/AssemblerService?wsdl&lc_version=9.0.1when I specify ...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 12/21/09
    HI everyone,I have two checkboxes and one of them is required before submit the formAny script I can apply?Thanks

    Views

    2.8K

    Likes

    0

    Replies

    4
  • 12/21/09
    Someone gave me a link to do connect several drop down list boxes, but it is not working.  I put the script in and am still unable to get it to work. Can someone please help me???

    Views

    1.2K

    Likes

    0

    Replies

    8
  • 12/21/09
    This is the ddx spec that I am using.<?xml version="1.0" encoding="UTF-8"?><DDX xmlns="http://ns.adobe.com/DDX/1.0/"><PDF result="out.pdf"><PDF source="map.pdf"/><PDF source="directions.pdf"/></PDF></DDX>Dim ddxBLOB As New AssemblerService.BLOBDim file1BLOB As New AssemblerService.BLOBDim file2BLOB ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 12/21/09
    I have a work request form that I have created based off the template that comes with LiveCycle.  In the form I have 2 drop down lists, the first controls the values displayed in the second by way of an XML file that I have bound to the form.  It works just fine when I preview the form, however once...

    Views

    482

    Likes

    0

    Replies

    2
  • 12/21/09
    I have used the Java API to create a user in Livecycle, but I cannot seem to find a way to give this user a password.Here is the code I'm using to add the user.http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000004.htmlAfter the user is set in LiveCycle I want the user to ...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 12/21/09
    Hi,I am trying to convert a pdf file to xml using the exportpdf call of GeneratePDFService api.Private Function UTF8ByteArrayToString(ByVal characters() As Byte) As StringDim res As StringDim encUtf As New System.Text.UTF8Encodingres = encUtf.GetString(characters)Return resEnd FunctionThis doesn't s...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 12/21/09
    Hi AllI am encountering a very frustrating problem with LC ES.It concerns the XML output of the form data.The problem manifests itself when fields are bound to the response of a web service at design time.If I fill in the form manually, without invoking the web service to pre-populate the form, the ...

    Views

    1.0K

    Likes

    0

    Replies

    5
  • 12/21/09
    Hi-Currently createRoom and getSession each involve a separate HTTP request using the server integration libraries.Would it be possible to combine these calls into a single HTTP request?On Google App Engine, not only do I pay for each outbound HTTP but it seems the requests can take some time.Thanks...

    Views

    672

    Likes

    0

    Replies

    3
  • 12/21/09
    Hi,I wanted to know how can I optimise the size if the EForms.I have forms which are about 5-6 pages and contains validation scripting and dynamic behaviour also.The forms are save d as XDP's and rendered via Forms ES.Are there any best practices or ways in order to ensure that my Form size is minim...

    Views

    529

    Likes

    0

    Replies

    1