Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

domflex
domflex
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
4

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by domflex
Customize the badges you want to showcase on your profile
Re: Retrieve information from arrayCollection - Adobe LiveCycle 04-08-2009
also, i've just thought that i'm the one in charge of the sql query so if giving aliases to my columns could be of any helpor if any solution could come from the sql query, please inform me.dominic

Views

230

Likes

0

Replies

0
Re: Retrieve information from arrayCollection - Adobe LiveCycle 04-08-2009
Ok, associative arrays are what i need. I looked documentation and indeed it's what i'm describing.my problem isn't solve though, for i am not the one building the array. the array is built by sql server. then returned to the flex program whomparses it into a arrayCollection so it can use the information. so, unless i can build an associativeArray dynamically with the headers of my sql query columns (into the arrayCollection) as the keys, i can't use the associativeArray. and, if i can build one...

Views

236

Likes

0

Replies

0
Re: Retrieve information from arrayCollection - Adobe LiveCycle 04-08-2009
ok, thanks for answering, i'll try to be more clear.the getItemAt(n) doesn't intersest me. the index is no use for me because i don't know wich index refers to what.I need to retrieve the data from the arrayCollection knowing the name of the column (wich contains only one value).so, yes your idea of using the header text property is interesting, but not onto a datagrid but directly on the arrayCollection.in java, i would ask to retrieve the value from it's key, wich key would of been setted when...

Views

233

Likes

0

Replies

0
Retrieve information from arrayCollection - Adobe LiveCycle 03-08-2009
Hi everyone,i have a very simple problem, but i'm a new flex developper and i have no clue of what to do.i've retrieved information from a database using a webservice in coldfusion.in flex i retrieved the result of my query into a arrayCollectionprivate var tabInfosDriver:ArrayCollectionprivate function driverInfoHandler(event:ResultEvent):void tabInfosDriver=event.result as ArrayCollection; and if i give {tabInfosDriver} as dataprovider to some datagrid, the query result is shown properly, some...

Views

1.5K

Likes

0

Replies

6