Expand my Community achievements bar.

davidcornett
davidcornett
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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.3K

    Likes

    0

    Replies

    1
  • 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,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

    745

    Likes

    0

    Replies

    1
  • 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.4K

    Likes

    0

    Replies

    3
  • Hello. I can't call this function to save my life and would appreciate any help.BackgroundI have an exclusion group of 8 radio buttons. I have some follow-up radio  buttos that are visible only if a certain radio button is selected (rawValue 1).However, I want to set the follow up radio buttons to n...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    2
  • Hi everyone,I've noticed that most of my radio button values do not show up on the spreadsheet (yet some inexplicably do).  Has anyone else ran into this problem?

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    4
  • Hi,I'm guessing there's a way to programmatically check if any field has been entered when the form loads.  Some sort of loop should do the trick...I've tried using the following code (from dohanlon for another purpose) which should run through all form fields, but I can't seem to plug it into an if...

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

    10
  • Hello,My form doesn't have an actual submit button, so the built-in "required" field function isn't of any use to me unless I can programmatically check them.  So if I make 25 fields on page 1 required, I don't want to have a long if/then statement checking if each one has a null value.Is there a wa...

    Type

    Questions

    Views

    2.7K

    Likes

    0

    Replies

    10
  • Hello,I created a fill-in form in LiveCycle that has a navigation system that shows and hides pages as necessary.This creates a saving problem after I enabled it in Acrobate (I have not yet distributed).   If I open it in Reader and save some data on Page 1, I can open it up again with no problems a...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    4
  • Hello,I'm sure this is a pretty standard problem.  I have a form that flows over multiple pages (in reality is just one page).  I've been able to manipulate the first "Previous" button because of an if/then referencing .currentPage = "0"  but since my form can have different numbers of pages I can't...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

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