Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
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/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

    776

    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.3K

    Likes

    0

    Replies

    2
  • 7/2/12
    Dear All,I have created a PDF fillable form with a button which save & print the pdf. The code for is as fallow:Formular1.#pageSet[0].Seite1.Bildfeld1::click - (JavaScript, client)var Mailto = "info@stell.de";var Betreff = Textfeld1.rawValue;var Nachricht = "Dies ist eine Telefonnotiz\r2.Zeile Hier"...

    Views

    4.7K

    Likes

    0

    Replies

    17
  • 6/29/12
    I have two drop down fields, the select in the first drop down field provides the list of items in the second drop down list. When an item in the second drop down list is selected, I want a hidden field to become visible.I'm not sure how to write the script on the second drop down list to make the f...

    Views

    5.7K

    Likes

    0

    Replies

    10
  • 6/28/12
    Hi, I have a button with this on the click event:xfa.host.resetData();However, there's one field that related to form mechanics and not the user interface that calculates a number of days.  I want that calculation to remain after resetting all form fields.  How can I most efficiently do this?Thanks!

    Views

    3.0K

    Likes

    0

    Replies

    3
  • 6/28/12
    We have a form with 23 pages, the first 6 pages are instructions. We would like the user to be able to print out these instructions separate from the rest of the document. Then we would like another print button at the bottom of the document to print the remaining pages which are actually an applica...

    Views

    3.0K

    Likes

    0

    Replies

    8
  • 6/28/12
    Hello All,I have created and deployed a customized ear and everything works fine except for if a user presses logout.Inside of the log file it appears to still be attempting to hit mycustomapplication/main.html.  I didn't see in the documentation needing to add anything specific to the config file f...

    Views

    2.8K

    Likes

    0

    Replies

    2
  • 6/28/12
    Hello,I have a form that has what appears to be one table.  Since I needed 30 columns (29 of them are single character fields) I had to use 2 table objects.  Then I needed the ability to add and remove rows.  Adding a row at the end is easy enough.  Deleting a specific row is the problem.  At the mo...

    Views

    2.2K

    Likes

    0

    Replies

    4