Expand my Community achievements bar.

tygerfarr
tygerfarr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  •      This is the script that i have, and it works, I just need to add something to it.if  (this.rawValue == "1" && SSN.isNull) {SSN.mandatory = "error";app.alert ("Dependents 1 year and older must have a valid SSN to be eligible for Dental coverage.");this.rawValue == 0;}else if (this.rawValue == 1)...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • This is the script i have in the Change event of a checkbox:if (xfa.resolveNode("this").rawValue == "1" && SSN.isNull){     SSN.mandatory = "error";     app.alert("Please fill in the Dependent SSN portion of this form.");     }else {     SSN.mandatory = "disabled";     }I also need this to verify th...

    Type

    Questions

    Views

    849

    Likes

    0

    Replies

    3
  • I am working with radio buttons in the Click event.  This is my script:if (xfa.resolveNode("DepYes").rawValue == "1"){     Hidebox.IfYes.presence = "visible";     Hidebox.Policy.presence = "visible";     Hidebox.TypeCov.presence = "visible";     Hidebox.CovPerson.presence = "visible";     Hidebox.If...

    Type

    Discussions

    Views

    2.3K

    Likes

    0

    Replies

    7
  • I am trying to make this where if this checkbox is checked then it checks to see if SSN has a correct number in it or it returns an error.This is what i have in there now.if (xfa.resolveNode("this").rawValue == "1"){     SSN.mandatory = "error";     app.alert("Please fill in the Dependent SSN portio...

    Type

    Questions

    Views

    817

    Likes

    0

    Replies

    2
  • I am using Livecycle es2 and i don't know if i'm doing anything the right way. I am trying to make it where the end user puts in a date and it is automatically inserted into a letter. I have the following script in the exit event.var newText = form1.Letter.Text1.rawValue.replace ("[date]", this.edit...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    1
Top badges earned by tygerfarr
Customize the badges you want to showcase on your profile