Thanks for the links Douglas but I have read those. I can get the comboBox to pass vars from an array to a function. When I use the same concept to pass the selectedItem from the results of a query to a function, all I get is an empty var. The docs you sent didn't seam to explain why that would happen or how to do it correctly.
I have searched all over the web to see what would cause this problem and how to do it correctly. I haven't had much luck so far. Can you help me understand what I need to do to get this to work? On 10/20/07, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > Its quite easy! I suggest, and I don't mean to come across too bluntly > here, you read the API: http://livedocs.adobe.com/flex/2/langref/index.html > > Specifically for this thread, see here > http://livedocs.adobe.com/flex/2/langref/mx/controls/ComboBox.html > looking at the events section, the close event really isn't what is needed > here. Rather, should use the change event. > > DK > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4734 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
