Featured Post

Page Flip effect in flash V0.1

I’m reading the book Flash Hacks by Sham Bhangal now… although this book is more than 5 years old and written with Flash MX in mind, the techniques are invaluable even today… One hack described in this book is the pageflip effect.  I know this has been around for a looooong time…but...

Read More

Searching Flex XMLListCollection using IViewCursor

Posted by ravi | Posted in IViewCursor, XMLListCollection, flex | Posted on 01-07-2009

Tags: , , , , ,

0

This post explains how to search a XmlListColelction for multiple fields using IViewCursor’s findAny() method .

Recently in one of my projects, I’d to use the IViewCursor to search the XMLListCollection and faced some problems initially but implemented it successfully after doing some research. I’m posting the same example (-) the actual database contents…i’ll use sample XML files for the purpose of this example.

The scenario for which i’ve implemented this thing is as follows: