Expand my Community achievements bar.

mdawn50
mdawn50
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have two drop down fields, the select in the first drop down field provides the list of items in the second drop down list. When an item in the second drop down list is selected, I want a hidden field to become visible.I'm not sure how to write the script on the second drop down list to make the f...

    Type

    Questions

    Views

    5.8K

    Likes

    0

    Replies

    10
  • I'm trying a simple click a radio button to select another radio button. I'm getting this error message:GeneralError: Operation failed.XFAObject.rawValue:2:XFA:form1[0]:page2[0]:assocType[0]:RadioButtonList[0]:clickArgument mismatch in property or function argumentHere's my script:  if (this.rawVal...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    3
  • I have a table that is sometimes hidden. I want to validate the cells  in the table, but only if the table is visible. I found this script on the Forum, but am having trouble making it work. The error message appears when the table is hidden.  if(partiv.nonflow.busjus.presence == "visible" && partiv...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    10
  • Hello,I have 4 numeric fields.The user enters dollar amounts in the first 3 fields. I have a FormCalc script in the 4th field that takes fields 2 and 3 from field 1 and display the total. It looks fine until the user hits the submit button. They they get the following error message: I've checked th...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    2
  • I've gotten subforms to be hidden and visible before, but I'm really having a problem with this one. And it seems so easy, just two radio buttons. Here's the JavaScript on the click event of the radio buttons:    switch (this.rawValue){case "1": page2.addlAppFlowed.addlApprovals.presence = "hidden";...

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    6
  • Is there a way in a Date/Time field to replace the down arrow with a calendar icon for the user to click on to open the calendar?Thanks,MDawn

    Type

    Questions

    Views

    766

    Likes

    0

    Replies

    1