Expand my Community achievements bar.

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

  • 2/28/13
    Hi, LCD gurus! I've got a problem that I'm unable to solve for a couple of days.There is a PDF form (consignment note) with header, lots of positions and footer. The original task with it was to make the last position of the data table be on the same page with the form footer.I managed to do this by...

    Views

    1.1K

    Likes

    0

    Replies

    0
  • 2/28/13
    I have a multiple page form with a barcode on each form.  I created a separate collection for each barcode.  The auto generated code looks fine and has the correct collection created, however I still get the error, Paper Forms Barcode error "Your script uses objects from a non-existent collection".I...

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 2/28/13
    I have seen numerous postings stating that a Submit button on an XFA form will not work.  I believe this may be a widespread problem.  I posted this message on the Reader forum, and someone suggested I also post it here. The symptoms are as follows:1. The form is a Designer form (sometimes referred ...

    Views

    366

    Likes

    0

    Replies

    0
  • 2/27/13
    Hi,I am posting this here because it is more of the Adobe form issue.Here is my requirement, I have been struggling with.I have 3 subforms of the same type(contains 8 fields each) to add family members. Subform 1 is mandatory and always visible. Subform 2 and 3 are hidden when the form loads. I have...

    Views

    4.6K

    Likes

    0

    Replies

    10
  • 2/27/13
    I built a XFA based dynamic form template using livecycle. I heavily use javascript to look through the xml bound to a page and add rows to tables dynamically.Example below:var locationTotal = xfa.resolveNodes("Page1.dataNode.Location[*]").length;var locationArray = new Array();var i=0;for (i=0; i<l...

    Views

    2.3K

    Likes

    0

    Replies

    0
  • 2/27/13
    I've created numerous bookmarks within the XML Schema using the 'setFocus' action.When I preview the PDF and hit any one of the bookmarks, the intended editable field is highlighted but I am unable to edit that field. To edit the field I have to press 'F6' until I reach the form, and then proceed to...

    Views

    482

    Likes

    0

    Replies

    0
  • 2/27/13
    Hi,I have done a lot of googling .....But could not found a viable solution to populate a text field in LC Designer ES 8.2 and above at runtime with the current date/time. on click of a button. I need Javascript code and not formcalc.Please help .ThanksKapil

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 2/27/13
    I have a textfield that the user types in a part number. I want to prevent them from having a space in any part of the part number they enter. If they enter a space anywhere in the part number, an error message appears telling them to use an underscore (_) instead of a space.How do I script this in ...

    Views

    1.3K

    Likes

    0

    Replies

    7
  • 2/27/13
    Hi can anyone tell me how to change the default return email form forms?  during intial set up of live cycle I mistyped the return email address and every form I go to build now wants to send the information back to a non existent address.... I can't find anywhere to correct the issue ... please hel...

    Views

    856

    Likes

    0

    Replies

    0
  • 2/27/13
    Hello!On my form i need to prevent user from typing anything but numbers in a specific field. But i also need to let user delete typed symbols.For that porpuse i have a function:function regExp(newsymbol){    var re = /[0-9\b]/;    if(newsymbol.length > 1)    return "";    else if (re.test(newsymbol...

    Views

    1.6K

    Likes

    0

    Replies

    6