Expand my Community achievements bar.

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

  • 7/3/12
    I have a drop-down object (SupervisorList), a textfield (EmployeeEmail) and button object (SupervisorEmail). When the SupervisorEmail button is clicked, three things need to happen;The script needs to address an email message To the SupervisorList rawValue addressCheck to see if that address is one ...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 7/3/12
    The drop down list LIST includes 3 items, say, A, B, C.I wish to change them into a, b, c.this.resolveNode("LIST").rawValue only returns the default value of the drop down list.but how can i identify these items and change their text seperately?Also I'm trying to manipulate the contents of these ite...

    Views

    2.5K

    Likes

    0

    Replies

    6
  • 7/3/12
    Hi,I need to add pages dynamically to adobeform. For example, i need that a page appears in the final PDF if one table have values, but if table is empty, all of page items should not appear in the final PDF.Can anyone help me ?Best Regards,João Paiva

    Views

    495

    Likes

    0

    Replies

    0
  • 7/3/12
    Hello,I am creating a pdf form of 5 pages, in which a button is there to send the email. So hare I want to send the xml of second page out of these 5 pages.So is there any solution fo this requirement?Thanks,Debadas.

    Views

    807

    Likes

    0

    Replies

    1
  • 7/2/12
    I recently had LiveCycle reinstalled on my computer.  Now everytime I go to preview the PDF I'm creating, it opens in a new Adobe Pro document.  I would much rather it open in the LiveCycle tab.  Is there some setting or something somewhere that I'm missing to do that?Thanks!

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 7/2/12
    I have a Row that I would like to repeat based on a Numeric Field. Can someone please assist me with this?Thank you in advanceParre

    Views

    747

    Likes

    0

    Replies

    2
  • 7/2/12
    I am currently creating a form that allows my users to insert an image and write a description by using a table.  I have a button that resets the table by using:  Photos._Row1.removeInstance(0); And that works to remove any additional rows (Row2 +) I have inserted and all of the description text.  ...

    Views

    617

    Likes

    0

    Replies

    2
  • 7/2/12
    HelloI have a sub form with 1 text field, 1 drop-dow and 2 check boxes. My requirement is,Depending on the data entry or depending the selection of drop-down list box entry, i need to either greyed out (filling grey color) the check box w/ "readOnly" OR leave as is (white, open, editable)I tried wit...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 7/2/12
    I am trying to make a subform "hidden" when a dropdown object is null and "visible" when that drop-down is not null. I am using the following script:if (this.rawValue = null){xfa.resolveNode("Subform3.#subform.GroupLeader").presence = "hidden";}else {xfa.resolveNode("Subform3.#subform.GroupLeader")....

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 7/2/12
    Hello,I need help with some calculations on my "Payroll Notification form". I have 4 numeric fields there:current salary(NumericField1), New Salary(NumericField2), Increase Amount(NumericField3) and % of Increase(NumericField4). What would be the best option to do calculations based on 2 fields ente...

    Views

    908

    Likes

    0

    Replies

    1