You sure that it's the FLD_FILENUM property hanging off the result? Maybe it's nested deeper? Have you dumped the result to see what you're getting?
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Rottman Sent: Wednesday, January 18, 2006 12:06 PM To: [email protected] Subject: [flexcoders] Displaying results from a query I have gotten to the point where I have alot of my app going, and I have run into the issue of populating text inputs based on returned values from my cfc. After a user searches, they are taken to an edit screen where they can view the files information. However, I am not sure how to output the data in the text inputs. This is what I am trying so far, and it does not seem to work. I know my cfc is outputing data, because I have tried it with a standard cfm page and it is outputing the data that I want. Here is my flex code. Test Text Input. <mx:TextInput x="555" text="{srv.qdListDisplay.result.FLD_FILENUM}" y="218" id="fld_fileNum"/> AS: function qdListDisplay(){ srv.qdListDisplay();} -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

