Expand my Community achievements bar.

rickstsx04
rickstsx04
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have 2 date fields. I need to prevent users from being able to enter a to date to be earlier than the from date. I tried the following code, but it did not work:var currentEpoch = TYBEGM.rawValue;var dueEpoch = TYENDM.rawValue;var logicTest = dueEpoch - currentEpoch;If (logicTest < 0){xfa.host.mes...

    Type

    Questions

    Views

    585

    Likes

    0

    Replies

    0
  • I do have a background in JavaScript.I created the form with Livecycle Designer. My code looks like this:if(Subform4.Table1.Row2.CheckBox4.rawValue == 1 && Subform4.Table1.Row2.sharetenet1b.rawValue != null && Subform4.Table1.Row2.sharetenet1c.rawValue != null && Subform4.Table1.Row2.sharetenet1e.ra...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hello all,I'm having problem with my javascript for a click event to open a hyperlink.The hyperlink is to open only if row1 is filled in and a verification checkbox is selected. The table is dynamic allowing the user to add more rows as needed.My issue arises from the event not triggering for the ad...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    3
  • Hello,I'm having a problem with PDFs downloading. I need to set up a pdf to download instead of opening in a browser window. How is this done?Thanks,

    Type

    Questions

    Views

    800

    Likes

    0

    Replies

    1
  • Hello All,I have a question about removing rows. Is there a script that can remove all rows that are added?

    Type

    Questions

    Views

    886

    Likes

    0

    Replies

    1
  • Hi All,I have a form that has a contact name field. I would like that the e-mail address field that corresponds with the contact field be set to required if the contact field is filled.Thanks for your help!Ricky

    Type

    Questions

    Views

    630

    Likes

    0

    Replies

    0
  • Hi All,I have a form I've been working on with 3 check boxes and 4 Subforms (A, B, C and D)When either the 1st or 2nd check boxes are checked, Subform D would have to be disabled/cleared.When the 3rd checkbox is selected, Subforms B and C would have to be disabled/cleared.I would like a pop-up messa...

    Type

    Questions

    Views

    884

    Likes

    0

    Replies

    1
  • Thank you Bruce this helped a lot!I added the following to the ValidationState event to clear the field if it fails validation:if (this.errorText) this.rawValue=nullThanks again,Ricky

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi Bruce,Still no luck,I tried putting this code in the validate event:{    var nLine37a = NJ1040.Page3.Table8.Row37a.Line37a.rawValue;    var nLine38 = NJ1040.Page3.Table15.Row38.Line38.rawValue;        if (nLine38.rawValue < nLine37a.rawValue)    {    //we're ok    }    else    {    alert("Line 38...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hello Bruce,My apologies, I will provide more information.I have a numeric field that I named line 37aThe next field, line 38 must be less than or equal to Line 37a.I tried the following calculation script, but it did not work:if (this.rawValue > Table8.Row37a.Line37a) {  this.rawValue = null;}Thank...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
Top badges earned by rickstsx04
Customize the badges you want to showcase on your profile