|
Hi
Jimmy,
I
don't think there's a getItem() method on ArrayCollection. There's only
getItemAt() but that's useless as I don't have the index of the item.
Actually, all I know about the item is the unique ID (i.e. the PK from
the DB table) so what I need is something like
myArrayCollection.getItemByUID(uid);
where
uid is an Object containing the unique ID, e.g.
var uid:Object = {organization_id: 123};
Makes
sense?
So far
I have found no way to query a DataStore/Arraycollection/DataList/whatever for
an item by passing in the unique ID withouth going to FDMS if the item is
already living on the client.
Dirk. __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
__,_._,___ |
- RE: [flexcoders] FDMS: check, if an item exists on the... Dirk Eismann
- RE: [flexcoders] FDMS: check, if an item exists o... Dimitrios Gianninas
- RE: [flexcoders] FDMS: check, if an item exists o... Dirk Eismann
- RE: [flexcoders] FDMS: check, if an item exis... Dimitrios Gianninas

