Expand my Community achievements bar.

PBingrampc
PBingrampc
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Niall,You have really helped me get this form in shape and ready to release next week. I'm stuck on one last piece of functionality - that is when copying the line above (or any line) that it copies the "AC" (added conditions) that are attached to that line number. Any line can have from 0 to 0+ add...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Actually it works exactly as you posted....when you add the -1 it removes a name from the list each time you open it which is kind of interesting but probably not usefull....Anyway Thanks!

    Type

    Questions

    Views

    721

    Likes

    0

    Replies

    0
  • Added a -1 to the length statementfor (var i=0; i < this.length-1; i++)and it works!Thanks,Patrick

    Type

    Questions

    Views

    606

    Likes

    0

    Replies

    0
  • So where would I actually drop in that code?I have my "Region" pull down that populated the "District" pulldown that populates the "Location" pulldown that populates the "Account Lead" pulldown.The accound lead are the items I want to sort alphabetically. I added the code both to the Location and Ac...

    Type

    Questions

    Views

    602

    Likes

    0

    Replies

    0
  • Using a case statement like - but I have several of these tied to on dropdownlist......case "NW1 - WA":for (var i=1; i<=7; i++){var DD = xfa.resolveNode("form1.Page1.Osr"+i);DD.rawValue= null;DD.clearItems();DD.addItem("Gary Gray");DD.addItem("Mike Davis");DD.addItem("James Schiessl");DD.addItem("Jo...

    Type

    Questions

    Views

    603

    Likes

    0

    Replies

    0
  • I have a pull down box populated by a case statement. I would like to sort that list alphanumerically "on the fly" if that is possible. Is there some kind of "sort" script that will do this?Thanks-pc

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    6
  • Duh - had "adItem" in twice....answered my own question....

    Type

    Questions

    Views

    505

    Likes

    0

    Replies

    0
  • Hmmm - not working....can you review and see what I'm missingform1.Page1.Location::exit - (JavaScript, client)switch (this.formattedValue) // use the current bound value of the dropdown{case "NW1 - Arlington WA":for (var i=1; i<=7; i++){var DD = xfa.resolveNode("form1.Osr" + i);//I tried just form1....

    Type

    Questions

    Views

    507

    Likes

    0

    Replies

    0
  • I'm using a case script to populate a dropdownswitch (this.formattedValue) // use the current bound value of the dropdown{case "NW1 - Arlington WA":OSRlumber.addItem("Gary");OSRlumber.addItem("Miker");OSRlumber.addItem("James");OSRlumber.addItem("Joel");} // end of switch statement All works well......

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    4
  • Awesome - working fine now .... did a script syntex check and found the problem right away.Think I'm good to go....Thanks for all your help!

    Type

    Questions

    Views

    887

    Likes

    0

    Replies

    0
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Show more