Expand my Community achievements bar.

tygerfarr
tygerfarr
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • if (("DepYes").rawValue == "1"){     Hidebox.IfYes.presence = "visible";     Hidebox.Policy.presence = "visible";     Hidebox.TypeCov.presence = "visible";     Hidebox.CovPerson.presence = "visible";     Hidebox.IfYes.mandatory = "error";     Hidebox.Policy.mandatory = "error";     Hidebox.TypeCov.m...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • As i said before.  If i put Hidebox.ifYes.mandatory = "error";then Hidebox.IfYes.presence = "visible";      this doesn't happen.  Hidebox.IfYes.presence = "visible"; this works (making the field visible) with Hidebox.ifYes.mandatory = "enabled";  Hidebox.IfYes.presence = "visible"; this does not w...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • If i put "error" in, none of the fields become visible.Almost like it's not executing them in the order it should.

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 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.4K

    Likes

    0

    Replies

    7
  • 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