Expand my Community achievements bar.

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

  • 3/18/10
    I'm having issues inserting a new record into an exisiting XML variable.  For example I already have an XML variable with two records:<UserData>     <UserInfo>          <Name>Jim</Name>          <Phone>111-111-1111</Phone>     </UserInfo>     <UserInfo>          <Name>Mike</Name>          <Phone>222...

    Views

    1.4K

    Likes

    0

    Replies

    8
  • 3/18/10
    Software: Adobe LiveCycle Designer ES 8.2I created a form with four identical dropdown lists, containing the same list items.  What I want to do is somehow link these four dropdowns so that once I choose "Item A" from the first dropdown, it is removed from the others so it can't be chosen twice.  An...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 3/18/10
    Ok,So I don't quite get how to create Inline substitutions in javascript or adobe because I am trying to do something very simple but it's just now working.  I had some code like follows:var firstName = "bob";var lastName = "johnson";if(object.rawValue == 1){textField1.rawValue = firstName + " " + l...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 3/18/10
    Hey Guys,For the life of me I can't figure out how to set an email button's click event to hide a dropdownlist.  Is this even possible.  I have it set to:DropDownList1.presence = "hidden";In javascript though when I click submit the person on the other end can still see DropDownList1.  I know I have...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/18/10
    Hello,I have a dynamic form preloaded with many jpegs. When I try to save the form while in livecycle it crashes everytime the file size approaches 45 or so megs.If I keep it under 45 it works and saves fine. Right now it is 43mbs.Is there any reson for this that anyone is aware of?

    Views

    923

    Likes

    0

    Replies

    5
  • 3/18/10
    Hi All,I am using adobe livecycle designer 8.I need to open an outlook application with to: e-mail address when user clicks on text (Email address).There is no INSERT->HYPERLINK option in this version. So I have used app.launchURL( "emailID", 1);But the problem it is opening up an internet explorer ...

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 3/18/10
    I have a document in a document-variable and need to use renderPDFForm. It seems renderPDFForm will only render a hard file from the Adobe server and has no functionality to render a document contained in a variable. So, I need to save the document to the Adobe server and have it pull from there. I ...

    Views

    1.0K

    Likes

    0

    Replies

    4
  • 3/18/10
    Good Afternoon; I am a wee bit confused with the use of the digital signature. This is what I have. I have created a 3 page form that is e-mailed back to me when completed and signed by a manager. I have a place for the manager to add their name and a couple of other items.I added an e-mail button t...

    Views

    384

    Likes

    0

    Replies

    0
  • 3/18/10
    I am VERY new to Live Cycle and hope I'm posting this question in the right location.  I have created a few PDF's where users can download cards and projects and custmize what they'd like the text to say.  I know there is a way to also allow the end users, by bringing up the Properties menu in Adobe...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 3/18/10
    Hello,I am using standard LiveCycle component/service "WebService" in LiveCycle process to call a Web service.In SOAP response is CDATA section with xml document that I need to work with.In Web-service component properties is section "CDATA list" which should parse all CDATA sections of soap-respons...

    Views

    1.1K

    Likes

    0

    Replies

    0