Woo-hoo, I worked it out!

result.getEventList_Result = function(rs){
  rsEvents = rs;
  // other stuff...
}

trace(rsEvents.getItemAt(0).txtTitle);

Thanks for listening :)

Kay.    


> Now, I want to add a second listbox that filters the records displayed in
> the first listbox. I this at the top of my result handling functions:
> 
> var result = new Object();
> 
> Then, each result handler starts like this:
> 
> result.getEventList_Result = function(rs)
> 
> I've read the documentation for recordset.filter and that looks like what
> I need. Question is, how do I access the recordsets that I have already
> used? If it was CF, it would be something like
> result.getEventList_Result[1] I guess, but I can't work out it out for
> Flash.

---
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/

Reply via email to