Absolumont!


Tracy Spratt wrote:
Message

I’m sure Tarik will be happy to post it on CFLEX.net.

Tracy

 


From: [email protected] [mailto:[email protected]] On Behalf Of [EMAIL PROTECTED]
Sent: Monday, August 15, 2005 4:09 PM
To: [email protected]
Subject: RE: [flexcoders] Calling ArrayStructures in CFCs from Flex

 

Jeff,

 

You were right! The problem was that I had to hard code my structure keys.  For example:

 

  <cfoutput query="qGetUpdateAuthorization">
   <cfset stItem = StructNew()/>
   <cfset stItem["Function"] = #qGetUpdateAuthorization.Function#>
   <cfset stItem["Description"] = #qGetUpdateAuthorization.Description#>
   <cfset arrayAppend(arrResult,stItem)/>
  </cfoutput>

 

I've spent so long working out all the details of calling a facade cfc from Flex that I want to post the completed solution on some blog/site having to do with Flex.  I really think others will benefit from a simple, straight-forward example.  Do you have any suggestions on where to post this?

 

Thanks again for all your help,

Darius




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




Reply via email to