In the attached form I have a button named "Add a Category". This button is supposed to simply add a row to a table, which I have accomplished many times before, but it doesn't work. The only thing different about the table that I am adding a row to is that this table is embeded within another table. Another difference would be that the row I am trying to add a copy of contains a drop down list box. This button is located on the second page of my form. Can someone help me figure out why this button isn't working??
-Susann
Solved! Go to Solution.
Views
Replies
Total Likes
You need to qualify Table14b more explicitly.
// Table14b.Row2.instanceManager.addInstance(1);
ActivitySubForm.Table14.HeaderRow.Table14b.Row2.instanceManager.addInstance(1);
Steve
Views
Replies
Total Likes
You need to qualify Table14b more explicitly.
// Table14b.Row2.instanceManager.addInstance(1);
ActivitySubForm.Table14.HeaderRow.Table14b.Row2.instanceManager.addInstance(1);
Steve
Views
Replies
Total Likes
Steve- You are amazing. It worked. Thank you sooooo much!!
Susann K. Wenzl
Office Associate IV
Curriculum, Instruction, and Innovation Team
Nebraska Department of Education
301 Centennial Mall South
Lincoln, NE 68508
Phn: 402-471-6692
Fax: 402-471-0117
Views
Replies
Total Likes
Another problem. The "Add a Category" button only adds a row to the first set of activities. When I add a second activity the button adds a row to the first set of activities as opposed to adding to the second set. How do I fix this?
Susann K. Wenzl
Office Associate IV
Curriculum, Instruction, and Innovation Team
Nebraska Department of Education
301 Centennial Mall South
Lincoln, NE 68508
Phn: 402-471-6692
Fax: 402-471-0117
Views
Replies
Total Likes
Views
Likes
Replies