Expand my Community achievements bar.

davidcornett
davidcornett
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,We currently have a dynamic application that presents questions to the user depending on previous answers (and user class).  However, it is becoming a pain to cycle questions in and out in LiveCycle, as this requires a manual insertion of subforms.The concept is to have the existing application, ...

    Type

    Questions

    Views

    651

    Likes

    0

    Replies

    1
  • Can you save as "Reader enable" a LiveCycle form using Acrobat XI just as you could using AX?  Or must you buy the LC Reader Extensions server to allow the Reader user to save filled-in data?We currently have AX and LCD 2, and create forms in LCD2 before opening in AX to reader enable.  I'm concerne...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    1
  • Hi,I have a dynamic fill-in PDF that I want to "pre-fill" internally in my company before sending out to users who will change any pre-filled fields necessary and answer questions we did not already answer.We do not have LiveCycle Reader Extensions, but we can use Acrobat to import data from an XML ...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    3
  • Hi, I have a button with this on the click event:xfa.host.resetData();However, there's one field that related to form mechanics and not the user interface that calculates a number of days.  I want that calculation to remain after resetting all form fields.  How can I most efficiently do this?Thanks!

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    3
  • Hi,LiveCycle's purpose-built submit buttons don't allow programming so I've made my own data submission button.Here's the code on the button's click event:var email = ************;event.target.submitForm({    cURL: email,    cSubmitAs:"XML",    cCharSet:"utf-8"});So it functions as I want it to exce...

    Type

    Questions

    Views

    772

    Likes

    0

    Replies

    1
  • Hi,In a stage of user workflow of my PDF, the user presses a submit button that sends XML data to an address. There's an image field that has hundreds of lines of XML code that has no need to sent.  In fact, by the time this submit button is pressed, the image field is already "hidden", but of cours...

    Type

    Questions

    Views

    713

    Likes

    0

    Replies

    1
  • Hi,I have a dynamic PDF that is uploaded to a website.  When the PDF opens, the user has to fill in certain fields before clicking the "Next" button.  Upon clicking the Next button, I have a JavaScript function that sets certain fields access to required and then runs a for loop to check if any are ...

    Type

    Questions

    Views

    429

    Likes

    0

    Replies

    0
  • Hi,Is it possible to programmatically change a form's file name? I got this idea while doing a function in VBA (where this is definitely possible).I was thinking of something like this:event.target.documentFileName = textfield1.rawValue;The context is that I have a non-distributed form that is submi...

    Type

    Questions

    Views

    3.5K

    Likes

    0

    Replies

    1
  • Hi,When calling a function that hides/shows subforms, I can only seem to progress up in the heirarchy to parent(s).Here's how I call the functionSegmentScripts.Indie(this.parent);The problem is that if I place the "call" on a subform I'm trying to hide, it will hide sibling subforms unecessarily.  I...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    4
  • Hi,I have a basic check that shows or hides a subform based on if a checkbox has been checked or not.if (checkbox.rawValue == 1) {this.presence = "visible";}else {this.presence = "hidden":}Now, this checkbox controls the visibility of multiple subforms, so I would like to have a function on a script...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    3
Top badges earned by davidcornett
Customize the badges you want to showcase on your profile