Expand my Community achievements bar.

Miss_Caroline
Miss_Caroline
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • The correct result is below. The only thing I was doing wrong in my code was putting the 1 in parenthesis. Thanks, Radzmar, for your help!var nYes = 0;var nNo = 0;var nChk = 0;for (i=1; i<=26; i++){ if(xfa.resolveNode("Page1.RadioButtonList"+i).rawValue === "Yes") {  nYes++; } if(xfa.resolveNode("Pa...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I did test your code and the form froze up and shut down LiveCycle. I copy and pasted your edits to my code and still nothing. There must be something small I'm missing. I probably won't get a chance to look at this again until Tuesday. I hope you'll be available to help me then. Thank you SO much!...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Okay... I had to redo the format of the entire form for reasons I won't go into.I'm no longer working with tables. The radio buttons, checkboxes, and numeric field are now on the same hierarchy level. This is the code I tried://initialize countsvar nYes = 0;var nNo = 0;var nChk = 0;var nTotal = 0;fo...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Each page has its own table.

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • I need to track the number of Yes, No, and Checkbox selections made in a multiple page form. These need to be counted individually and summed for a total count to be displayed on the final page of the document. In other words, Yes was selected 10 times; No was selected 5 times; Checkbox was selected...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    7
  • I got it, Paul! I'm doing a jiggy dance over here! Thanks so very much!!!Caroline

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • It works, Paul!!!! Thank you, thank you, thank you!!! I augmented the code slightly to include a break in between the fields. This is what I ended up with:this.rawValue = " " for (i=1;i<=72;i++) {     if (xfa.resolveNode("Page1.Com" + i).rawValue != null ){          this.rawValue += xfa.resolveNode(...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • The email is from vwbugluvr@hotmail.com

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Resent. Thanks!

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Paul,I've sent 2 versionsn of my form to you. Any help you can provide is greatly appreciated!Caroline

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

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