Expand my Community achievements bar.

tltagami
tltagami
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This worked great! I used it in all the subforms:this.clearItems();this.rawValue = null;var nCount = Objectives.objectivesdetail.instanceManager.count;console.println("nCount: " + nCount);for (var i=0; i<=nCount; i++){     var vFld = xfa.resolveNode("Objectives.objectivesdetail[" + i + "]");     var...

    Type

    Questions

    Views

    371

    Likes

    0

    Replies

    0
  • I have a dropdown list xfa.form.assessment.Questions.Questionset.Questiondetail.FIBdetail.qObjlistThat I want to populate with the text from all instances of the text field xfa.form.assessment.Objectives.objectivesdetail.objective.The user determines how many instances of xfa.form.assessment.Objecti...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • Thank you! You can't imagine how happy you've made me.

    Type

    Questions

    Views

    574

    Likes

    0

    Replies

    0
  • It's still not working. The subforms (page, discussion, assessment, and dropbox) are only showing up in that order, even though I am calling the entire subform each time. Also, the buttons only work to call one instance. I need the user to be able to call as many instances as they want and for them ...

    Type

    Questions

    Views

    574

    Likes

    0

    Replies

    0
  • I need subforms to appear in the order they are called by the user.These are the subforms:xfa.form.SBtemplate.pagetypes.discussionxfa.form.SBtemplate.pagetypes.dropboxxfa.form.SBtemplate.pagetypes.assessmentxfa.form.SBtemplate.pagetypes.pageI have buttons that call each one. Here is the code from on...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    6
  • Thanks Paul!I wanted to use the checkboxes because I liked the way the data returned better with a checkbox. But I changed them to radio buttons and now it works fine. However, now I am having issues with some of my other buttons. I'm going to post another topic since it's a "new" issue...maybe you ...

    Type

    Questions

    Views

    497

    Likes

    0

    Replies

    0
  • Thanks for your help. However, it is still allowing me to check both boxes. I added the app.alert and the value is 1 when I check the box.Here is the code I have now.assessment.Questions.Questionset.Questiondetail.TFdetail.True_check::click - (JavaScript, client)app.alert(this.rawValue)if(this.rawVa...

    Type

    Questions

    Views

    469

    Likes

    0

    Replies

    0
  • I know this question gets asked a lot and I have read through the other posts. My code still isn't working. I've tried every variation I've seen on here, using null instead of 0, using quotation marks, not using quotation marks, double equal signs, no double equal signs...what am I doing wrong? I'm ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    4
  • I guess they all are uniquely named because they are in different subforms. I can't use fragments because I need unique data values, right?Here is my form.You can see the qobj subform repeat.The qaddobj_btn calls the instance manager.

    Type

    Questions

    Views

    472

    Likes

    0

    Replies

    0
  • Another related question -How do I make the data populate in subsequent instances of that dropdown list?

    Type

    Questions

    Views

    452

    Likes

    0

    Replies

    0