Expand my Community achievements bar.

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

  • 7/15/11
    Hello all,I'm trying to extract information from a data signature to copy into another field.I can access the data signatures in the document through the enumerate method: var oSigs = xfa.signature.enumerate(); var iNum = oSigs.length;for (var i=0; i < iNum; i++) {      var oChild = oSigs.item(i)...

    Views

    7.0K

    Likes

    0

    Replies

    5
  • 7/15/11
    Hi,When i try to do 508 check. I got the following error message "All of the text on this page lacks a language specification'I checked "FILE=>Document Properties". All "Document Properties" are disabled.  We are using Adobe LiveCycle Designer ES2 to create this dynamic for and save it as static PDF...

    Views

    564

    Likes

    0

    Replies

    0
  • 7/15/11
    Hi Guys,I am new to creating forms. I am trying to make my business more electronic and professional by getting my mechanics to use pdf forms to complete service sheets (we are in the truck repair business).I have attached the sheet that I am trying to convert to a form. Where I need some help, is I...

    Views

    466

    Likes

    0

    Replies

    1
  • 7/15/11
    var nNumber = NumericField1.rawValue - NumericField2.rawValue;if (nNumber > 2 || NumericField3.rawValue > 5) {     TextField1.presence = "visible";     TextField2.presence = "hidden";}I can't get seem to get this code to work. Should this code work in terms of the formula, symbols, etc?

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 7/15/11
    Hi to all;I'm following the generate 3d pdf tutorial by Michael Hodgson on http://www.adobe.com/devnet/livecycle/articles/pdfg_3d.html. I succeded in creating a process that converts in a 3d pdf a CATALINA file and puts it in a template.pdf form located on the server's files ystem.Now that the examp...

    Views

    945

    Likes

    0

    Replies

    0
  • 7/15/11
    Hello!A client is migrating their 2,400 forms from old JetForms to PDF (LiveCycle Designer) and would like to keep the same functionalities he's used to in the old platform. However, some of the old tool features do not seem to be present in LiveCycle.Suppose a drop-down menu in a table cell, contai...

    Views

    2.4K

    Likes

    0

    Replies

    5
  • 7/15/11
    I'm working on recreating a form and the text box is fairly large with some instructions on what to put in that space set as default.  I'm not sure how to get multiple lines in as the default.  Is there some script to add more lines??  Any help on this is grealty appreciated...thanks so much.

    Views

    582

    Likes

    0

    Replies

    2
  • 7/15/11
    Hi Everyone,Can anyone explain what this means? (text below) If I make a form in LiveCycle Designer and then I extend it so that other users can fill it out...Does that mean that only 500 people can use the form?If so, then...I am dumbfounded and disappointed.What must be purchased in order to allow...

    Views

    2.4K

    Likes

    0

    Replies

    6
  • 7/15/11
    Date field set following:   object > value > DateAlso set:   Object > field > pattern > 04/01/2007In this case, I wish if user do not select date, date field will be invisible during print. What is the code with a view to this?

    Views

    1.4K

    Likes

    0

    Replies

    11
  • 7/15/11
    Compatibility issue version 9 (with form produced with LiveCycle Designer ES 9.0.0) We have created a dynamic form with a subform that has multiple instances.Initially this form has just one instance and the click action of the button will created an additional one (see code below) This works fine, ...

    Views

    468

    Likes

    0

    Replies

    1