Expand my Community achievements bar.

GeneveveX
GeneveveX
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • It sounds like you are not referencing the cells correctly within the heirarchy. I think I would start by renaming the fields in the table to something unique (ie. row1cell1, row1cell2, etc.) Make certain that your rows are unique, as well. Row1, Row2, Row3, etc. so that none of the [#] things show ...

    Type

    Questions

    Views

    973

    Likes

    0

    Replies

    0
  • Exactly as Josh said. So you would have about 3 subforms on your Flowed page. 1st subform containing the first elements on your page. This subform can be set to positioned.2nd subform containing the text box that you want to expand. This subform needs to be set as flowed.3rd subform containing the n...

    Type

    Questions

    Views

    538

    Likes

    0

    Replies

    0
  • I agree with whyisthisme. For some reason, putting code on the "change" event of a listbox doesn't seem to work. You have to put it under the exit event.

    Type

    Discussions

    Views

    871

    Likes

    0

    Replies

    1
  • Duh! I don't know why that didn't hit me before. But it still didn't work! I changed the code to:if (this.rawValue == '' || this.rawValue == null && trainingCB =="1") {    xfa.host.messageBox("Training agenda required");}Now the message doesn't pop up at all, even when the check box is checked. I ev...

    Type

    Questions

    Views

    430

    Likes

    0

    Replies

    0
  • In order to make that work using javascript, you would have to change it to something like this:Cell 8 Calculation: this.rawValue = Cell5 * Cell7;Sub-total cell:this.rawValue = Row1.Cell8.rawValue + Row2.Cell8.rawValue + Row3.Cell8.rawValue + Row4.Cell8.rawValue + Row5.Cell8.rawValue;Total amount:th...

    Type

    Questions

    Views

    982

    Likes

    0

    Replies

    0
  • Would have to see the script you are using to troubleshoot?

    Type

    Questions

    Views

    976

    Likes

    0

    Replies

    0
  • I have a check box, and when I check it I would like for another fields to be required. I seem to have that part working fine, so that when the user tries to submit the form without entering data into that field, it throws an error message.I would like to take it one step further, that when the user...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    3
  • Also, I figured out my second problem as well--calling the switch statement again from another field. On the add button click event to add another row, I put the following code:// Call the exit event of the type of request drop down box, to change the visibility of the needed fieldsxfa.resolveNode("...

    Type

    Questions

    Views

    618

    Like

    1

    Replies

    0
  • Here is what I have found, and I hope it is helpful. Where did ["+i+"] come from? It came from my brain, I guess. Trying to figure out some way of making it work, when all of the documentation's syntax seemed not to work. Even all of the books I have on Livecycle said that a simple [i] would work; b...

    Type

    Questions

    Views

    619

    Like

    1

    Replies

    0
  • Ah, I see what you mean. Probably the best way to do that is to set some of the text fields to hidden when the text fields are blank. If your form is flowed, then depending on the case statement chosen, mark those text fields as textfield3.presence = "hidden"; that will hide it and then cause whatev...

    Type

    Questions

    Views

    349

    Likes

    0

    Replies

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