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 so it will be able to find everything? I would think that FindAny() would find any instance of the search object, no matter where it is in the collection, but maybe I'm wrong.
So, do I need to reset the cursor to use FindAny twice? And, if so, how do I do that? Thanks, Laurence MacNeill Mableton, Georgia, USA

