I've recordset.filter a bit, what kind of information do you want?
Typically I'd write a filter like this:
getChildLinks = function(aRecord, pageID) {
return (aRecord.parentID == pageID);
}and call it like this:
var thisChildren = urlData_rs.filter(getChildLinks, navID);
Is that any help?
Andrew
Kay Smoljak wrote:
I'm having issues with recordset.filter - and I can't find any references on how to use them in the two books I have (Reality ColdFusion MX: Flash Integration and Macromedia MX: Building Rich Internet Applications). Google is pretty thin on the ground too - in fact the only example I found was on the Flash Remoting LiveDocs. Does anyone know of anything else? I'm about to go search through the ChattyFig archives...
I think a recordset filter is what I need, but I don't even understand enough to ask a stupid question let alone a good one :)
Thanks, Kay.
-- Andrew Muller Senior Macromedia Certified Instructor - ColdFusion, Flash Certified Advanced Macromedia ColdFusion Developer - CF5, CFMX Certified Macromedia Flash Developer - FL5, FMX
Daemon Internet Consultants [EMAIL PROTECTED] Macromedia Certified Training http://www.daemon.com.au/go/training T: 61 2 9380 4162 F: 61 2 9380 4204 17 Roslyn Gardens Elizabeth Bay NSW 2011 AUSTRALIA
Daemon: Serious Web Development
FarCry, the open source CMS for ColdFusion MX http://farcry.daemon.com.au/
--- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/
