I forgot to mention this form uses a webservice as its primary data source.
> I have a form that in one place I have a code behind doing a insert of a
> node(clone a blank row and insert) and in several other places I want to use
[quoted text clipped - 3 lines]
> inserts. What is the differences in the inserts here? Why is the native
> insert so slow? How could I improve its speed?
jsl - 18 Jan 2006 15:33 GMT
We have experienced the same issue and ended up writing all the adds and
wiring them up to a button. Sort of defeats the purpose of infopath -- feel
like we might as well write a forms app.
>I forgot to mention this form uses a webservice as its primary data source.
>
[quoted text clipped - 8 lines]
>> inserts. What is the differences in the inserts here? Why is the native
>> insert so slow? How could I improve its speed?