Hii am trying to get a addInstance to work unpon a IF
resultif(test1.Headrow.TextField12
==16)then_test1.addInstance(1);endifthis works fine for the first time
and a new subform is created, but unpon the second time its run in the
new subform, it goes into a loop and i end up with 12+ subforms
scrolling down the page.the thing i have noticed is that if i allow the
text field to display 16 and the new subform is added, then change the
textfield result a lower figure then it runs ok.the bug seems ...