Expand my Community achievements bar.

Jodi1725
Jodi1725
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hey Bruce!I actually figured it out!  I used Loop Through Subform Instances  and used this code.expenseReport.#subform[0].validate2::click – (JavaScript, client)  var vItems = expenses.expense.all;  for(i=0; i<vItems.length; i++)  {      if (vItems.item(i).description.rawValue == null)      {       ...

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

    0
  • Hey Bruce!Long time no talk! Hope you are doing well!  I have another repeating issue that I can't get to work I once again am trying to validate through a repeating subform, but this is just the subform.  I have tried to manipulate the different code you sent me but I am just getting validation on ...

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

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

    6.1K

    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

    6.1K

    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

    6.1K

    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

    6.1K

    Likes

    0

    Replies

    0
  • Bruce you are the man!!!  It worked!Thank you so much for the help!Have a great Thanksgiving!Jodi

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

    0
  • Awesome!  Thank you Bruce!  I will try it tomorrow (too many meetings today ) When I was lookoing at the Javascript I would get confused byt the (var i = 1; i< rows.lenght; i++) part.  I never understood how to to it or what it meant.  Thank you again!I will let you know how it goes!Jodi

    Type

    Questions

    Views

    6.1K

    Likes

    0

    Replies

    0
  • Hi all!I have been digging but can't find my answer.  I have a table that you can add rows to.  In the same cell in each row I have to validate if the number in the field starts with a 4 or 5 ( the number is a total of 6 digits long).  I have java script that validates the 4 or 5.  but I need to loo...

    Type

    Questions

    Views

    8.8K

    Likes

    0

    Replies

    12
  • Ahhhh Awesome! Thanks!Jodi

    Type

    Questions

    Views

    10.0K

    Likes

    0

    Replies

    0