Expand my Community achievements bar.

tadobeee
tadobeee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Thanks, I think I'm heading in the right direction.Although I'm finding that if I use .somExpression, then my JavaScript doesn't work.  It will only work if I remove the bracketed numbers from the .somExpression manually.  Any idea what I'm doing wrong?  Sound like using the SOM works for you.Emily

    Type

    Questions

    Views

    397

    Likes

    0

    Replies

    0
  • I previously asked a question about how to programmatically change the background color of just the box of a checkbox object.  The code (which worked great) was as follows:xfa.resolveNode("form1.page1.cb.ui.#checkButton.border.fill.color").value = "255,255,0";I now need to do something similar for o...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    3
  • I would like to know how to dynamically change the fill color of a checkbox.  When I use the following code, I change the color of the entire object (including the text).  I just want to change the color of the little box.this.fillColor = "255,255,0";Any insight?Thanks,Emily

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    1
  • Thanks, that's a big help.I have a related, but different problem.  I am trying to do something similar, but in the context of a user-defined function.  So, for instance, say I had an entire column of percentage inputs.  I want a script to make sure they are all between 0 and 100.So I wrote a functi...

    Type

    Questions

    Views

    324

    Likes

    0

    Replies

    0
  • I have a number of objects that have the same name, so that they end up being automatically indexed by LiveCycle.  For instance, I might have as checkbox names:ImmunizationYes[0]ImmunizationYes[1]ImmunizationYes[2]ImmunizationYes[3]ImmunizationYes[4]andImmunizationNo[0]ImmunizationNo[1]ImmunizationN...

    Type

    Questions

    Views

    896

    Likes

    0

    Replies

    3
  • Hi,I have a procedure that I want to do every time someon exits any of my many text boxes in a form.  Basically, I want the computer to check to see if there are any spaces at the beginning of the entry, and if so, to remove them.To do that, I wrote a Right() and Left() function, and I want to write...

    Type

    Questions

    Views

    425

    Likes

    0

    Replies

    1
  • Thanks, those are reasonable suggestions.In the first suggestion, I'm unclear about one aspect of how I would accomplish this.  I assume I would allow people to modify fields in the form, but that when they did, a msgbox would pop up that would inform them that, if they continued with this modificat...

    Type

    Questions

    Views

    279

    Likes

    0

    Replies

    0
  • Most helpful once again.  Thanks Dallas.Again, for those of you as slow as I am, I had one thing that might save you some time...  I kept getting an error on the "for" statement.  I figured out that I had to put hard returns after the ";" symbols, so that it read as follows:for (var i = 0;i < single...

    Type

    Questions

    Views

    523

    Likes

    0

    Replies

    0
  • That worked great!For those of you trying this out, I might save you a few minutes of scratching your head (if you're as slow as I am) by telling you to make sure that you have the script where you call the function set to JavaScript instead of FormCalc.  Kept throwing me errors.And the function scr...

    Type

    Questions

    Views

    445

    Likes

    0

    Replies

    0
  • I have some objects in a form that get "locked" when the user signs the form.  I'm not using the digital signatures.  Instead, when the user types their name into the signature text field, a script runs on the change event that makes all of the fields in the form read only.  It also unlocks the fiel...

    Type

    Questions

    Views

    738

    Likes

    0

    Replies

    2
Top badges earned by tadobeee
Customize the badges you want to showcase on your profile