Expand my Community achievements bar.

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

  • 4/30/18
    I'm trying create function to validate with limit login attempt. That is my code:var attempt = 3; // Variable to count number of attempts.function validate() {var username = form1.page1.subLogin.txtUserName.rawValue;var password = form1.page1.subLogin.txtPassword.rawValue;for (var i = 0; i < 2; i++)...

    Views

    3.5K

    Likes

    0

    Replies

    5
  • 4/30/18
    I have a pdf which has a Button to save the filled form and  the action of the button is to save as XML with the signature, now there are only two options FDF and XFDF is there any way to save and send as XML, is it possible to achieve this task with an update of LiveCycleCan the signature also be e...

    Views

    471

    Likes

    0

    Replies

    1
  • 4/29/18
    So I'm trying to properly script (using Javascript) one (or both if possible) of the below scenarios where the user can either enter a numeric value (up to 10, in the 'Number of Accounts' field), and that amount of instances of the follow row (of 'Account Number' and 'Store/Locations') would populat...

    Views

    1.4K

    Likes

    0

    Replies

    7
  • 4/28/18
    I purchased recently a license of adobe life cycle ES4. I developed a new pdf template and I intended to use an OK button for uploading attachments into this form. I used the action generator of the application and selected the appropriate action to be triggered on click event. Unfortunately I didn'...

    Views

    590

    Likes

    0

    Replies

    2
  • 4/27/18
    In LiveCycle I have created a dynamic form.  I am attempting to display the file properties version or the custom properties to populate a footer field so i can make edits on the properties page and automatically update the form to reduce long term maintenance issues.  I added the fields as Text and...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 4/26/18
    In a click event I got this code (stripped down to the basics):var i = 0;var x = 0;var y = 0;var arrayAnswers = new Array;for (i= 0; i < tableSource._row.count; i++) {    for (x=0; x < arrayAnswers.length; x++)     {            y++;    }}That works fine with most Adobe Readers.But the customer has a...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 4/26/18
    Want to get total days from two dates Date1Date2the total days should exclude weekends "Fridays" and "Saturdays"I'm pushing the script in properties of the Total field.could anybody check if I'm doing something wrong because the calculation is not showing the correct number.the code is given below:/...

    Views

    5.9K

    Likes

    0

    Replies

    8
  • 4/25/18
    Hi, I am currently designing a form and in a particular section I have enabled the user to select the current month using a date picker (Date/Time Field) where a second Date/Time Field will automatically fill. I have set the Data Connection to global (so they are connected), however I wish to offset...

    Views

    1.2K

    Like

    1

    Replies

    2
  • 4/25/18
    I have been working on this form for quite some time now and not sure where to go from here.Form was created in word, converted to PDF and in Adobe Pro, I added form fields.  There is also a submit by e-mail button that sends the PDF.  Everything works great in Adobe Pro.  But my users will only hav...

    Views

    2.6K

    Likes

    0

    Replies

    2
  • 4/25/18
    Hello: I created a fillable form in Livecycle, as I've done a number of times before.  I made sure to extend the rights in Adobe Acrobat Pro so it could be a fillable/saveable form.  All was good initially, but now, 2 months later, the form will not keep any changes made to it.  Users fill it out an...

    Views

    425

    Likes

    0

    Replies

    0