Featured Post

How to install PHP PEAR::Mail Class in WAMP2

Q.How to install PHP PEAR::Mail Class in WAMP2 ? A:The Solution assumes that you’ve already installed the latest WAMPSERVER Go to the PHP installation directory(this is C:\wamp\bin\php\php5.2.6 on my machine) and run the go-pear.bat file.A command prompt window will be opened with the following...

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: