Expand my Community achievements bar.

tadobeee
tadobeee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a form with a number of pages of fields, and then a final page with a "Miscellaneous_1" field that can expand to multiple pages.  In order to get that field to expand, a coworker (who built this form before me) had to wrap it in a subform and set some properties and such.  Here are some detai...

    Type

    Questions

    Views

    841

    Likes

    0

    Replies

    3
  • Yes!  I have a perfectly working function.  I even simlified it a bit.  For those of you possibly reading this to figure out how to do this, see below:FormScripts.ULineTBoxOn(Docket_Year);where 'Docket_Year' is just the name of a text field.function ULineTBoxOn(MyField){var MyResField = xfa.resolveN...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • I've gotten the following to work, so I know that I can pass a somExpression value to a function:FormScripts.ULineTBoxOnSOM(Docket_Year.somExpression);function ULineTBoxOnSOM(MyFieldRef){     var MyResFieldRef = xfa.resolveNode(MyFieldRef);     MyResFieldRef.access = 'open';}But I can't get that res...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Wha?  Now it moved the word "function" from the front of my function to the end of the message.Whoever programmed this newsgroup GUI, did you eat paint chips as a child?

    Type

    Questions

    Views

    453

    Likes

    0

    Replies

    0
  • Argh.  I don't understand how this newsgroup styles my text.  Everything is always mangled.  In my last post, it deleted a whole function I had inserted.The missing function is as follows (cross my fingers this makes it in):FormScripts.ULineTBoxOn(Docket_Year.somExpression); ULineTBoxOnSOM(MyFieldRe...

    Type

    Questions

    Views

    455

    Likes

    0

    Replies

    0
  • I have some event script that I would like to make into a function.  Because the object on which I would run this function (and many other similar functions) are on different subforms and such, I would love to be able to use the somExpression in my function, as I have in the event script.  Let me gi...

    Type

    Questions

    Views

    864

    Likes

    0

    Replies

    4
  • Also, ignore the fact that my function names don't match in the previous post.  They were all the same name (ULineTBoxOnSOM) when I tested them, so that isn't the problem.

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • I got it to work on a single element.  The code (for an element named 'Docket_Year' was as follows:xfa.resolveNode(Docket_Year.somExpression + ".ui.#textEdit.border.getElement('edge',2).color").value = BlackCode.value;where BlackCode.value is '0,0,0'.I also got it to work in a function.  I can call ...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Thanks,I've tried the following.  I think I'm close, but haven't gotten any of these to work yet.eval("xfa.resolveNode('form1.#subform["+ MySubformNum + "]." + MyFieldRef + ".ui.oneOfChild.border.getElement('edge',3).edge.color').value = '" + BlackCode.value + "';");eval("xfa.resolveNode('form1.#sub...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • I have a text box in a form that only has the bottom border shown.  That box gets activated and deactivated programmatically (using a function) depending on whether some other checkboxes are checked.  When the text box is active, it is set to access='open' and I want the bottom border to change from...

    Type

    Questions

    Views

    4.7K

    Like

    1

    Replies

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