Expand my Community achievements bar.

Jodi1725
Jodi1725
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hello All!I have a form with repeating subforms.  You click a button and a second(or third)instance of a subform is generated.I need to create javascript on a print button that verifies certain fields on each subform is filled in (name address, etc)I found this doc Loop Through Subform Instances  th...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    3
  • Hey all! The blog was extremely helpful!  Does anyone know how to loop through more than one field in a subform? I am trying to create code where we check for multiple empty fields, looping through the subforms. Any ideas?Thanks!Jodi

    Type

    Questions

    Views

    1.0K

    Likes

    0

    Replies

    0
  • YES!  That did it!  I used the first example you gave me.  Thanks you so much Magus for the help!!!Have a great weekend!Jodi

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
  • Hi Magus!The code that I entered above wasn't working on the click event of the button that adds the additional instance.So what I did was on the drop down list I tried the following on both the initialize and the enter event, and it still doesn't work.if (Main.Campus.Urbana.rawValue == "1") Main.Pr...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Which Initialize would I put it on?  For the button that creates the additional instance of the subform?Currently on the click even of the button I have thisAwardees.instanceManager.addInstance(1).presence = "visible";I have tried to add an if statement after that saying if (Main.Campus.Urbana.rawVa...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • HI All!Need some help with some javascript.   I have a form that has a radio button B that when you select it, shows a subform.  Inside the subform is a table that has a dropdown list.  The drop down list is populated based on a previous radio button A that was selected, and is a subset of possible ...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    6
  • Hey Bruce!You are awesome!  What it is supposed to do is check the Fund field for each person that is added.  If any one of the people have a fund that has a 4 or 5 as the first number, then the whole form needs to be sent to the grants and contracts office first for approval.  when Grants and contr...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    0
  • Hi Bruce!  I know it has been a long time but things around here don't always  move fast    I am finally trying to put in this looping through subforms but I am not having much luck.  I have uploaded the doc to google docs.  Here is the link.  If you can help that would be awesome!  Thank you!JodiAw...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    0
  • Hey Bruce,Since you were so helpful last time.  Do you know how you would loop through the subform that the table is in?  I have a button that duplicates the subform so the users can add additional information.  So I need to look through each duplicated subform and also check the cell in the row.Any...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    0
  • Hey All!Happy Holidays!I am having an issue with Javascript.  I will need to send my form to the lucky person who decides to tackle this.I have a radio button labled Springfield in my form.  If you look at the script editor there is nothing showing in the javascript field.If you preview the form and...

    Type

    Questions

    Views

    818

    Likes

    0

    Replies

    1