Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Data Integration / August 2005



Tip: Looking for answers? Try searching our database.

ONLY XMLconnector+DataSet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Boen_Zhou - 17 Aug 2005 03:26 GMT
I try to use DataSet.find(), but it can't provide inexact search. For Example

1.  apple -> Apple   False
2.  App -> Apple      False
3.  Apple -> Apple  OK
conquerors04 - 17 Aug 2005 22:20 GMT
If you want to be able to find any part of a word, you should take your search
string's length, start at the first character and loop through the entire
DataSet looking for a match, it may sound like it would take a lot of memory
but actualy does not.  Use the DataSet.filterFunc to do this.
Boen_Zhou - 19 Aug 2005 13:45 GMT
Thank you!

I found a better solution, which is Xpath for flash.
1. download xpath4AS2
2. import it into fla
3. use contains() function to compare strings
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.