Ok, to add to the flood of bewildered CF developers wandering lost through
flash remoting...

I have a movie (my first remoting project!) that pulls a list of records
out of the database then drills down and displays the full record data...
all very ho-hum. Mostly pulled from the macromedia "notes" sample app.
It's all Flash MX by the way.

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.

Any pointers?

Kay.

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