Expand my Community achievements bar.

Geckoz100
Geckoz100
Offline
  • It actually does work, but for some reason only on the second click.  When I first clicked it just moved the page to the top, then I scrolled down to the post with the attachment, clicked it again, and the download started.

    Type

    Discussions

    Views

    12.9K

    Likes

    0

    Replies

    0
  • I know this thread is old, but just for future visitors.....If you want to require one of two checkboxes be marked before submitting, you can simplify the above with code like this in the "dummy" button.  The "dummy" button should be visible, "Regular" control type, and contains the script.  The "re...

    Type

    Discussions

    Views

    6.4K

    Likes

    0

    Replies

    0
  • One other thing just occurred to me -- perhaps you have the script in a Date field.  I used a text field, so that I could run my own script without interference from any automated functions in the Date Field object type.  I don't know if that might make any difference with the type conversion issue.

    Type

    Discussions

    Views

    7.0K

    Likes

    0

    Replies

    0
  • I thought perhaps the javascript syntax might be a little different in Acrobat vs. LiveCycle.  If it's not, that's good to know.  But after working in LCD, I never do anything in Acrobat any more.That type conversion was a smart move; I don't think I could have figured that out.  I'm not a very expe...

    Type

    Discussions

    Views

    7.0K

    Likes

    0

    Replies

    1
  • Hi Al,Just to make sure we're on the same page -- this is for LiveCycle Designer, and the script needs to be in the Validate event of the script.  I trimmed the script down to accept only MMDDYYY entry.  This way there's no confusion; there were too many other masks.  The script works great for me -...

    Type

    Discussions

    Views

    10.0K

    Likes

    0

    Replies

    5
  • Eight years later, the Tab Order screen continues to be buggy and difficult to work with.  Today I hit some key combination by accident that hides the list of fields on the left, so the whole Tab Order panel is blank (ES3).

    Type

    Discussions

    Views

    4.5K

    Like

    1

    Replies

    0
  • This script works great, but you need to remove the comment slashes on the console.println line, as below.  Thanks to the original poster.var d = event.target.dataObjects;if (d != null)for (var i = 0; i < d.length; i++) {      console.println("Data Object[" + i + "]=" + d[i].name);     event.target....

    Type

    Discussions

    Views

    950

    Likes

    0

    Replies

    0
  • I've gotten some great help from others who helped me put together this great script.  Put it in the Validate event of your date field.  Remember to disable all validation from the Object pallet Patterns button.  The script allows the user to type only numbers and populates the slashes automatically...

    Type

    Discussions

    Views

    10.0K

    Like

    1

    Replies

    7
  • Re:  email_Options.pdf sample fileSorry about several questions at once, but I'm really new to LiveCycle Designer ES2 (just a couple of weeks).I'm trying to understand how the Fake Email and Real Email buttons work together, along with the drop-down list of users.  I don't see any actions or setting...

    Type

    Discussions

    Views

    4.5K

    Likes

    0

    Replies

    0
Top badges earned by Geckoz100
Customize the badges you want to showcase on your profile