[flexcoders] Re: Need some assistance with dynamic updates done through a loop

2008-06-13 Thread bredwards358
Ok, one thing I'm going to try today is this; essentially I'm going to say, "forget that for-loop, just let it update the dataProvider". What I'm going to do is write another function that runs each row of the dp through a filterFunction and checks to see if it is there or not, if it is there, then

[flexcoders] Re: Need some assistance with dynamic updates done through a loop

2008-06-12 Thread bredwards358
Okay, after doing some more research I found that the update "function"(my trace placeholder) is fine where it is, the problem is that it is firing the insert function for each and every row every time something is dragged onto the datagrid essentially cloning all the entries in the database while