Hi,

I haven't used the dataset component too much
I would perhaps convert the recordset to an Array and use a string function
like
If (rsArray[i].name.indexOf("Fra") != -1) {
        //or something along these lines
}

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of grant
Sent: Wednesday, 16 March 2005 12:22 PM
To: Flash Developers List
Subject: [fugli] recordset searching

hi all

i've got a native ColdFusion query returned from a remoting call. i
want to search the columns for parts of strings. what the best way to
approach this?

i've looked at the dataset component with it's find() function, but it
only searches for complete tokens. i.e. it will successfully find
"Frank" when there is a value "Frank", but won't return any matches
for "Fra" on the value "Frank".

this is want i want to do. any ideas?

mx04, as2

cheers
G

---
You are currently subscribed to fugli as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/


---
You are currently subscribed to fugli as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to