Expand my Community achievements bar.

GeneveveX
GeneveveX
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Ah, pguerett, this is probably exactly the TYPE of thing the user is looking for. I just tested it out. However, I see two problems with it. 1) The button only works once. So if you click it to rotate and then decide you liked it the other way, if you click the button again it does nothing.2) It doe...

    Type

    Discussions

    Views

    1.9K

    Likes

    0

    Replies

    2
  • Figured it out. Two simple problems.First, I wasn't using the && for and in my if statement. Second, I forgot to put .rawValue on something. So the corrected code looks like this:if (trainingCB.rawValue == "1" && (this.rawValue == "" || this.rawValue == null)) {    xfa.host.messageBox("Training agen...

    Type

    Questions

    Views

    656

    Likes

    0

    Replies

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

    1.2K

    Likes

    0

    Replies

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

    505

    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

    1.2K

    Likes

    0

    Replies

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

    Type

    Questions

    Views

    1.2K

    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

    746

    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

    747

    Like

    1

    Replies

    0
  • You're not actually calling the instanceManager? TryTable3.Row1.instanceManager.addInstance(true);I know the _underline is supposed to automatically call it... but that doesn't always work. Especially client side. I avoid using it usually.

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

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