Expand my Community achievements bar.

PBingrampc
PBingrampc
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    760

    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.7K

    Likes

    0

    Replies

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

    1.1K

    Likes

    0

    Replies

    0
  • Am I getting close?// set up the question, based on the current number of rowsvar vQuestion = "Select which row you want to copy. \n\nEnter a number between 1 and " +form1.Subform3.Subform2._Subform1.count+ ". \n\nClick Cancel if you do not want to copy anexisting row.";// add the new row// '_' is s...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • I actually figured the one index myself belive it or not...I've tried to extrapolate your example on copying a line but can't get it to run...am I close? I know my subform naming is causing this to be more difficult than it is probably....and the fact that I'm not very good at this (yet) doesn't hel...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Thanks Niall the copy last line works great.If you get any ideas on how to copy a specific line that would be cool.I did loose the functionality of the line count object.....see attached.http://share.planswift.com/download/?file=NXVV67E8-D1LC-1TJO-T3IM-VI8FSGD6NLCThanks for all your help!!! I couldn...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • Not working but I may be close?form1.Subform4.Button2::click - (JavaScript, client)this.resolveNode('Subform3.Subform2._Subform1').addInstance(1);if(xfa.host.version < 8) {fa.form.recalculate(1); varlastRow = Subform1.count - 1; varsecondLastRow = lastRow - 1; varoItem = xfa.resolveNode("form1.Subfo...

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • My form has repeating instances. In some cases the addes instance is almost exactly like a previous instance. I would like an addInstance that would add the instance with the information from this.parent.index field if that is possible.So when clicking on add instance it would prompt the user for th...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    11
  • I have a form that will be widely circulated. User will need full access of the client without password protection. I would like to lock down access to the development side - is that possible in LiveCycle?Thanks,--pc

    Type

    Questions

    Views

    538

    Likes

    0

    Replies

    1
  • Opps - A little premature on the correct answer....I used what you supplied and it worked fine however I want to CC to the variable SalesPersonList.rawValueSo now it's looking like this below...It has to be close but I'm missing somthing"mailto:Sandy.Sherman@?????.com,Jerry.Testa@?????.com"+ "?subje...

    Type

    Questions

    Views

    531

    Likes

    0

    Replies

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