Featured Post

Flex 3 Certification Mock tests

if you haven’t already heard of  it, PXL designs has released Attest 1.5 which is a tool built in adobe AIR that provides mock tests for Flex 3. Unlike Attest 1.0 which was not free, this is a free version which provides 3 full length tests of 50 questions each and 5 mini tests of 25 questions...

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: