I currently have a repeating row with a +/- button. The first row has default text (first image pictured).When I click the + button, I would like to create a new row but the text fields should be blank. I've been testing different ways but can't seem to get it right. Any suggestions? Thank you for y...
Thank you so much! That helped!! I appreciate it!!!One quick question, when I "clear" the date field, is there a way to "clear" the red fields? Do I just set the fields to empty strings if the Date field is empty?
I have been browsing and browsing trying to find the best way to populate 12 months based on the Date selected. I have found a few samples of code but have not been able to get them to work. Need it to display as just the short version of the month (Mar for March, etc) in the Red Boxes under ea...
COLLAPSED:EXPANDED:Currently in the "Borrower Names" List Box I have my code as (in the ENTER event):this.clearItems(); this.rawValue = null; var nCount = Section2.Table1.instanceManager.count; var nCount2 = Section2.Table1.instanceManager.count; for (var i=0; i<=nCount; i++) { var v...
Bruce - Thank you!! Just so I know where to look (for your example), was the Click event for the "add button" and the "Grade Level" exit event, the only areas that were touched? I really appreciate your help!!