Expand my Community achievements bar.

jasotastic81
jasotastic81
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • It sounds like you're going to have to use some clever logic to add that possibility. I would say something like this in the calculate event of the total box:if (tfProductCode.rawValue == "widgits" || tfProductCode.rawValue == "gizmos || ... )      this.rawValue = this.parent.tfSize.rawValue * this....

    Type

    Questions

    Views

    750

    Likes

    0

    Replies

    0
  • Basically you want a "reset" button, right? Do you care if the list is in a different order? I.e., can the "reset" button just move everything back over to the first box regardless of order? If so,for (var i = 0; i < ListBox2.length; i++) ListBox1.addItem(ListBox2.getDisplayItem(i));for (var i = Lis...

    Type

    Questions

    Views

    655

    Like

    1

    Replies

    0
  • I'm not exactly sure how you'd want to score the languages. Something like, if they're in alphabetical order, the user gets 4 points for the first answer, 3 for the second, etc. Or if they're all in the correct order, then the user gets 10 points. Or the user is answering how many lnguages he speaks...

    Type

    Questions

    Views

    645

    Likes

    0

    Replies

    0
  • tf3.rawValue = tf1.rawValue + "   " + tf2.rawValue;

    Type

    Questions

    Views

    373

    Likes

    0

    Replies

    0
  • I would ask the person who is asking for the forms, why would you want information to be in the form on a page that is hidden? It's hidden for a reason, I presume. I don't know exactly what this form is for, but from the field names, I'll take a guess.If I have a list of people (say person 1 and 2),...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • OK, here's a picture of the code that I sent added to a form with two fields. The code, as I entered it, will cause the page (p2) to be hidden if and only if the two fields are blank (empty or null). If either field has anything in it, the page is visible.

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • If the problem is occuring when they change back to an empty field, then the field may not be showing null once it's empty. This if statement covers that (note the parentheis):if ((this.isNull || this.rawValue == "") && (SN2Field.isNull || SN2Field.rawValue == ""))Then a similar if statement for the...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • It's fine. I actually enjoy this kind of problem.OK, you'll need a script for both fields if you're using their "exit" events. For SNField:if (this.isNull && SN2Field.isNull) page2.presence = "hidden";else page2.presence = "visible";and for SN2Field:if (this.isNull && SNField.isNull) page2.presence ...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • If this person entering the form does NOT enter or exit the sn field.  What if the pages (all except page 1) were "hidden" unless they entered the sn for the associated page?The pages should be hidden to start with. Select the each page after 1 in the heirarchy on the left side of the screen and cha...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • in the exit event for your sn fields you can add code like this--presuming that the pages are labeled p1, p2, p3, etc.if(!this.isNull) p2.presence = "visible";else p2.presence = "hidden";If you include the if and else clauses, then a user can delete the information in the field and page 2 will becom...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Give back 300 8/10/21 Earned by 163 People
Ignite 5 8/10/21 Earned by 5,370 People
Give Back 200 8/10/21 Earned by 273 People
Ignite 3 8/10/21 Earned by 9,768 People
Ignite 1 8/10/21 Earned by 39,488 People
Give Back 100 8/10/21 Earned by 471 People
Give Back 50 8/10/21 Earned by 879 People
Give Back 25 8/10/21 Earned by 1,832 People
Give Back 10 8/10/21 Earned by 4,475 People
Give Back 5 8/10/21 Earned by 8,875 People
Give Back 3 8/10/21 Earned by 14,275 People
Give Back 8/10/21 Earned by 34,880 People
Validate 1 4/28/21 Earned by 15,980 People
Boost 5 4/26/21 Earned by 6,757 People
Boost 3 4/26/21 Earned by 10,180 People
Boost 25 4/26/21 Earned by 1,706 People
Boost 10 4/26/21 Earned by 3,814 People
Boost 1 4/26/21 Earned by 21,800 People
Applaud 5 4/26/21 Earned by 5,857 People
Affirm 5 4/26/21 Earned by 1,123 People
Affirm 3 4/26/21 Earned by 1,680 People
Affirm 25 4/26/21 Earned by 408 People
Affirm 10 4/26/21 Earned by 690 People
Affirm 1 4/26/21 Earned by 6,166 People
Unlock Earned by 149 People
Unlock 2 Earned by 10 People
Establish Earned by 4,714 People
Validate 10 Earned by 696 People
Validate 25 Earned by 164 People
Validate 50 Earned by 42 People
Validate 100 Earned by 23 People
Validate 250 Earned by 13 People
Validate 500 Earned by 7 People
Validate 1000 Earned by 6 People
Validate 2000 Earned by 3 People
Applaud 25 Earned by 1,179 People
Applaud 50 Earned by 537 People
Applaud 100 Earned by 241 People
Applaud 250 Earned by 77 People
Applaud 500 Earned by 34 People
Show more