[flexcoders] Resetting IViewCursor

2009-05-25 Thread Laurence MacNeill
I'm using an IViewCursor to find stuff in an ArrayCollection. The first time I use the FindAny() method, it works fine. The second time I use it, it doesn't seem to find anything. Do I have to reset the cursor before I can use it again? Move it back to the beginning of the ArrayCollection

Re: [flexcoders] Resetting IViewCursor

2009-05-25 Thread Laurence MacNeill
At 06:29 AM 5/25/2009, you wrote: I'm using an IViewCursor to find stuff in an ArrayCollection. Never mind -- I figured it out. I have to sort on the field I'm searching for first. I was under the impression that FindAny() would work, no matter how the ArrayCollection was sorted -- as long